forked from Lainports/opnsense-ports
23 lines
400 B
Makefile
23 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cim
|
|
PORTVERSION= 3.37
|
|
PORTREVISION= 1
|
|
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>
|