aboutsummaryrefslogtreecommitdiff
path: root/lang/cim/Makefile
blob: abbeb0102764f2de0473a7c73dfc1a076897c0c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	cim
PORTVERSION=	3.37
PORTREVISION=	2
CATEGORIES=	lang
MASTER_SITES=	http://simula67.at.ifi.uio.no/Cim/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Compiler for the SIMULA programming language

LICENSE=	GPLv2

USES=		libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
TEST_TARGET=	check-TESTS
TEST_WRKSRC=	${WRKSRC}/test

INFO=		cim

.include <bsd.port.mk>