diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-01-31 15:20:03 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-01-31 15:20:03 +0000 |
commit | 2d1fc62a2fcaeac9fe9d83bf3c86e91d4df50bd3 (patch) | |
tree | 1ecef878a65f6e7ee5ab0e8931be2325007eec3a /www/neon26/Makefile | |
parent | e8db95e5668c620c688ee256a17307d8ab70b793 (diff) | |
download | FreeBSD-ports-2d1fc62a2fcaeac9fe9d83bf3c86e91d4df50bd3.zip FreeBSD-ports-2d1fc62a2fcaeac9fe9d83bf3c86e91d4df50bd3.tar.gz |
Update port to version 0.9.1.
Use new PORTDOCS in place of home made ones.
Take over maintainership, with maintaner's permission.
Approved by: maintainer
Diffstat (limited to 'www/neon26/Makefile')
-rw-r--r-- | www/neon26/Makefile | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile index 053a529..1c4ad5d 100644 --- a/www/neon26/Makefile +++ b/www/neon26/Makefile @@ -6,11 +6,11 @@ # PORTNAME= neon -PORTVERSION= 0.7.5 +PORTVERSION= 0.9.1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= olgeni@FreeBSD.org LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat \ xml:${PORTSDIR}/textproc/libxml @@ -23,34 +23,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-expat=${PREFIX}/include/xml \ --with-extra-libs=${PREFIX}/lib -ALL_TARGET= all examples -INSTALL_TARGET= install install-examples - -.ifdef WITH_NBROWSE -LIB_DEPENDS+= glade:${PORTSDIR}/devel/libglade -CONFIGURE_ARGS+=--with-libglade-config=${PREFIX}/bin/libglade-config \ - --with-gnome=${X11BASE} \ - --enable-gnome-examples -CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk12-config" -ALL_TARGET+= nbrowse -PLIST_SUB+= GUI='' -.else -PLIST_SUB+= GUI='@comment ' - -post-extract: - # You can also build a GUI-sample application by doing: - # make -DWITH_NBROWSE - # It is disabled by default, because the author thinks - # it is BUGGY and because it requires libglade and GNOME. -.endif +ALL_TARGET= all +INSTALL_TARGET= install .ifndef NOPORTDOCS post-install: ${MKDIR} ${PREFIX}/share/doc/neon ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon -PLIST_SUB+= DOCS='' -.else -PLIST_SUB+= DOCS='@comment ' .endif .include <bsd.port.mk> |