From ce887706b6c1f7074870a1d5a09564f07e3826c2 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 2 Mar 2002 19:53:45 +0000 Subject: [PATCH] Detach from the www/neon port: use the neon version provided by sitecopy (with libxml1). Enable optional SSL support. --- www/sitecopy/Makefile | 14 +++++++++----- 1 file 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