summaryrefslogtreecommitdiff
path: root/lang/cim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r--lang/cim/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile
index 08ad410beaf..15cb4872575 100644
--- a/lang/cim/Makefile
+++ b/lang/cim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/03/04 21:29:53 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2006/04/04 16:53:59 jlam Exp $
DISTNAME= cim-3.30
PKGREVISION= 1
@@ -10,19 +10,9 @@ HOMEPAGE= http://www.gnu.org/software/cim/cim.html
COMMENT= Simula compiler based on the C programming language
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= libtool_path=${PKG_LIBTOOL:Q}
USE_TOOLS+= perl:run
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-
INFO_FILES= cim.info
-SUBST_CLASSES+= x
-SUBST_STAGE.x= post-patch
-SUBST_FILES.x= src/cimcomp.c
-SUBST_SED.x= -e "s|SCC|\"${CC}\"|"
-SUBST_SED.x+= -e "s|SCFLAGS|\"${CFLAGS} -I${PREFIX}/include\"|"
-SUBST_SED.x+= -e "s|SLDFLAGS|\"-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib\"|"
-SUBST_SED.x+= -e "s|= LIBDIR|= \"${PREFIX}/lib\"|"
-SUBST_SED.x+= -e "s|= INCLUDEDIR|= \"${PREFIX}/include\"|"
-
.include "../../mk/bsd.pkg.mk"