aboutsummaryrefslogtreecommitdiff
path: root/lang/ccscript/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-06 01:37:57 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-06 01:37:57 +0000
commitda769d43bf20c3aa57a83e8a61d4498f977e44d6 (patch)
tree6c9ff2b83eeb19ece5e5e17fc7a5f4cfd52f6f5a /lang/ccscript/Makefile
parentbf40274e7ef620bb73ac697d7cd1ea0b226f1052 (diff)
downloadports-da769d43bf20c3aa57a83e8a61d4498f977e44d6.tar.gz
ports-da769d43bf20c3aa57a83e8a61d4498f977e44d6.zip
Notes
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r--lang/ccscript/Makefile19
1 files changed, 13 insertions, 6 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile
index 05be7aaa5d4c..55dc432b8a1a 100644
--- a/lang/ccscript/Makefile
+++ b/lang/ccscript/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= ccscript
-PORTVERSION= 1.2.5
+PORTVERSION= 1.4.1
CATEGORIES= lang
-MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/
+MASTER_SITES= ftp://www.voxilla.org/pub/freebsd/tarball/
MAINTAINER= dyfet@gnu.org
-LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp
+LIB_DEPENDS= ccstd-1.4.0:${PORTSDIR}/devel/commoncpp
USE_GMAKE= yes
USE_LIBTOOL= yes
@@ -21,8 +21,15 @@ 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'
+#post-extract:
+# @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+# 's|-release \$$\(LT_RELEASE\)||g'
+
+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>