diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-04 03:33:27 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-04 03:33:27 +0800 |
commit | 266d8ebd275f538a4b441b92bb5c6f59eda84987 (patch) | |
tree | 8213d44af731468fef6fbc3217b712c7a565644f /www/wsmake/Makefile | |
parent | f5835aee392297107404d047202d19f511849ff1 (diff) | |
download | freebsd-ports-gnome-266d8ebd275f538a4b441b92bb5c6f59eda84987.tar.gz freebsd-ports-gnome-266d8ebd275f538a4b441b92bb5c6f59eda84987.tar.zst freebsd-ports-gnome-266d8ebd275f538a4b441b92bb5c6f59eda84987.zip |
- Update to 0.7.901
- Make PORTDOCS-compliant
- Take maintainship
Diffstat (limited to 'www/wsmake/Makefile')
-rw-r--r-- | www/wsmake/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/www/wsmake/Makefile b/www/wsmake/Makefile index 351196089e33..e0334a232ddb 100644 --- a/www/wsmake/Makefile +++ b/www/wsmake/Makefile @@ -6,19 +6,25 @@ # PORTNAME= wsmake -PORTVERSION= 0.6.4 +PORTVERSION= 0.7.901 CATEGORIES= www MASTER_SITES= SFE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Software for production and maintenance of web sites USE_BZIP2= yes +USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-gwsmake=no --enable-iswmake=no -PLIST_FILES= bin/wsmake +.include <bsd.port.pre.mk> -post-patch: - @${REINPLACE_CMD} -e 's,void\*,char\*,g' ${WRKSRC}/libwsmake/wsUtil.cpp +.if defined(NOPORTDOCS) +CONFIGURE_ARGS+= --enable-docs=no +.else +INFO= wsmake iwsmake gwsmake +MAN1= wsmake.1 +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |