diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-03-17 17:35:54 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-03-17 17:35:54 +0800 |
commit | a3e439f86622d21c605db79eac54de132e587a8f (patch) | |
tree | 49d2bf037d248ed5fa6bde21850c17e09593d818 /www/neon28/Makefile | |
parent | 7dde2241b8b11859c5a24ad098a7d74b67139cb3 (diff) | |
download | freebsd-ports-gnome-a3e439f86622d21c605db79eac54de132e587a8f.tar.gz freebsd-ports-gnome-a3e439f86622d21c605db79eac54de132e587a8f.tar.zst freebsd-ports-gnome-a3e439f86622d21c605db79eac54de132e587a8f.zip |
Update port to version 0.12.0.
Remove expat from LIB_DEPENDS.
Fix install targets and configure environment.
Use libtool.
Submitted by: vanilla
Diffstat (limited to 'www/neon28/Makefile')
-rw-r--r-- | www/neon28/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/www/neon28/Makefile b/www/neon28/Makefile index 0e496efb91cf..c675257358de 100644 --- a/www/neon28/Makefile +++ b/www/neon28/Makefile @@ -6,25 +6,21 @@ # PORTNAME= neon -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ MAINTAINER= olgeni@FreeBSD.org -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat \ - xml:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml .ifndef NO_OPENSSL USE_OPENSSL= yes .endif -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-expat=${PREFIX}/include/xml \ - --with-extra-libs=${PREFIX}/lib - -ALL_TARGET= all -INSTALL_TARGET= install +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \ + --enable-xml .ifndef NOPORTDOCS post-install: |