summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-03-02 19:53:45 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-03-02 19:53:45 +0000
commitce887706b6c1f7074870a1d5a09564f07e3826c2 (patch)
treef9a5c7d42c33182a81ebfa0483a444cf36dee62b
parentUpdate port to version 0.19.3. (diff)
Detach from the www/neon port: use the neon version provided by sitecopy
(with libxml1). Enable optional SSL support.
Notes
Notes: svn path=/head/; revision=55411
-rw-r--r--www/sitecopy/Makefile14
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