summaryrefslogtreecommitdiff
path: root/lang/ccscript/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-28 10:45:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-28 10:45:43 +0000
commitcac0e8e107642fa1556c1fd7d02d6f9aa52bdfb6 (patch)
treeb4053a4815322b24e419f658d39e4599a46cc3d1 /lang/ccscript/Makefile
parentUpdate to 0.9.14. (diff)
Add ccscript - a state-event driven class extendible C++ script interpreter.
PR: 20229 Submitted by: David Sugar <dyfet@gnu.org>
Notes
Notes: svn path=/head/; revision=31078
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r--lang/ccscript/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile
new file mode 100644
index 000000000000..3db6de80186d
--- /dev/null
+++ b/lang/ccscript/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: ccscript
+# Date created: 26 July 2000
+# Whom: David Sugar <dyfet@gnu.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ccscript
+PORTVERSION= 1.1.1
+CATEGORIES= lang
+MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/
+
+MAINTAINER= dyfet@gnu.org
+
+LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+USE_AUTOCONF= yes
+INSTALLS_SHLIB= yes
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+
+post-extract:
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|-release \$$\(LT_RELEASE\)||g'
+
+.include <bsd.port.mk>