diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-09 18:29:31 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-09 18:29:31 +0000 |
commit | fd27d72302c3ae2456a055159f8024eb9ee5d640 (patch) | |
tree | 86638e973c349f025322359ecb7f11de8a6b28cd /lang/cim/Makefile | |
parent | 8c7823a8a386fbd28ab34391175de13d872984b4 (diff) |
Notes
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r-- | lang/cim/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile index 661625478c4f..9ba94ec29e93 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -6,20 +6,19 @@ # PORTNAME= cim -PORTVERSION= 3.36 +PORTVERSION= 3.37 CATEGORIES= lang MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for the SIMULA programming language -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes +USE_PERL5= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -MAN1= cim.1 -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure +MAN1= cim.1 +INFO= cim .include <bsd.port.mk> |