diff options
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r-- | lang/ccscript/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 72be4065b50e..38172abf8cff 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -7,24 +7,20 @@ PORTNAME= ccscript PORTVERSION= 2.5.7 +PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} -MASTER_SITE_SUBDIR= ccscript/:gnu \ - bayonne/:sf -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \ - ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gnutelephony MAINTAINER= ports@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.2.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 INSTALL_TARGET= install man INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ |