summaryrefslogtreecommitdiff
path: root/lang/cim/Makefile
blob: 192806b22504f4a8f785c071049bf7542a541d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
WWW=		http://folk.uio.no/simula67/cim.shtml

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>