diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-03-03 03:53:45 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-03-03 03:53:45 +0800 |
commit | c4be0718118f02114cf56388235000cb2fcdc3cc (patch) | |
tree | e52fe4f8bbc8d40d8e320de34a5ca81b3a584be3 /www | |
parent | 118eae6f38f2fdabad30ea6ed0f0e3909c167c20 (diff) | |
download | freebsd-ports-gnome-c4be0718118f02114cf56388235000cb2fcdc3cc.tar.gz freebsd-ports-gnome-c4be0718118f02114cf56388235000cb2fcdc3cc.tar.zst freebsd-ports-gnome-c4be0718118f02114cf56388235000cb2fcdc3cc.zip |
Detach from the www/neon port: use the neon version provided by sitecopy
(with libxml1).
Enable optional SSL support.
Diffstat (limited to 'www')
-rw-r--r-- | www/sitecopy/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 21dd6f8bdd59..f1a81efe0ac4 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -7,19 +7,23 @@ PORTNAME= sitecopy PORTVERSION= 0.11.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= olgeni@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - xml.5:${PORTSDIR}/textproc/libxml -BUILD_DEPENDS= ${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon -RUN_DEPENDS= ${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_ARGS= --enable-libxml +CONFIGURE_ARGS= --with-included-neon --with-libxml1 + +.ifndef WITHOUT_SSL +USE_OPENSSL= yes +CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} +.endif + USE_GMAKE= yes MAN1= sitecopy.1 |