diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /lang/ccscript | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 7 | ||||
-rw-r--r-- | lang/ccscript/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index b127e8e3e58d..0dd68cf2acbe 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -7,7 +7,7 @@ PORTNAME= ccscript PORTVERSION= 2.5.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony @@ -18,7 +18,7 @@ COMMENT= State-event driven class extendible C++ script interpreter LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes @@ -33,7 +33,4 @@ MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ CFLAGS+= -fPIC .endif -pre-configure: - @${CP} ${LTMAIN} ${WRKSRC}/config - .include <bsd.port.post.mk> diff --git a/lang/ccscript/pkg-plist b/lang/ccscript/pkg-plist index 2435992017d0..a48e203cb4e2 100644 --- a/lang/ccscript/pkg-plist +++ b/lang/ccscript/pkg-plist @@ -1,6 +1,7 @@ bin/ccscript include/cc++2/cc++/script.h lib/libccscript2.a +lib/libccscript2.la lib/libccscript2.so lib/libccscript2-0.6.so lib/libccscript2-0.6.so.3 |