summaryrefslogtreecommitdiff
path: root/lang/ccscript/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-02-17 18:28:17 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-02-17 18:28:17 +0000
commit2cebd4deb3e2bb1c36a1ccd61ca9d721bfa8854e (patch)
treedd8251ea9cbfa8f5596091788801e6dd94efe491 /lang/ccscript/Makefile
parentAnother fix for the wireless-applet on 5.0-RELEASE. (diff)
Update to 2.4.3. Set MAINTAINER back to ports.
PR: 47847 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> Approved by: dyfet@gnu.org (old Maintainer)
Notes
Notes: svn path=/head/; revision=75725
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r--lang/ccscript/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile
index 55dc432b8a1a..d0e49d990938 100644
--- a/lang/ccscript/Makefile
+++ b/lang/ccscript/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= ccscript
-PORTVERSION= 1.4.1
+PORTVERSION= 2.4.3
CATEGORIES= lang
-MASTER_SITES= ftp://www.voxilla.org/pub/freebsd/tarball/
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ccscript
-MAINTAINER= dyfet@gnu.org
+MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= ccstd-1.4.0:${PORTSDIR}/devel/commoncpp
+LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp
USE_GMAKE= yes
USE_LIBTOOL= yes
@@ -21,15 +22,11 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
-#post-extract:
-# @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
-# 's|-release \$$\(LT_RELEASE\)||g'
+MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
+ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
+ Script_Package.3cc Script_Property.3cc Script_Session.3cc
post-install:
(cd ${WRKSRC} ; make man)
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/ccscript
- ${INSTALL_MAN} ${WRKSRC}/doc/html/* ${PREFIX}/share/doc/ccscript
-.endif
.include <bsd.port.mk>