- Update MASTER_SITES and WWW: line accordingly - Define LICENSE (GPLv2) - Convert USE_AUTOTOOLS=libtool -> USES=libtool - Remove USE_PERL5: while configure script checks for it, it is never actually used anywhere - Utilize INSTALL_TARGET=install-strip - Hook provided tests to the test framework - TIMESTAMP (cim-3.37.tar.gz) = 1125726905 Tested on: i386, amd64, powerpc, sparc64
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>
|