aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cim/Makefile
blob: eabfec7378918203edde82c1cdec68077b850b14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>