aboutsummaryrefslogtreecommitdiffstats
path: root/www/sitecopy
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-03-17 17:36:42 +0800
committerolgeni <olgeni@FreeBSD.org>2001-03-17 17:36:42 +0800
commit95497aea5f9cfe9e2d1445b3f3ce6f6559d41bb1 (patch)
treee0611067d46d437c2cc8978c642d98b41c1c061c /www/sitecopy
parenta3e439f86622d21c605db79eac54de132e587a8f (diff)
downloadfreebsd-ports-gnome-95497aea5f9cfe9e2d1445b3f3ce6f6559d41bb1.tar.gz
freebsd-ports-gnome-95497aea5f9cfe9e2d1445b3f3ce6f6559d41bb1.tar.zst
freebsd-ports-gnome-95497aea5f9cfe9e2d1445b3f3ce6f6559d41bb1.zip
Update dependency on libneon (0.12)
Remove dependency on expat, use the libneon provided xml parser. Fix CONFIGURE_ENV. Add WWW line to pkg-descr. Submitted by: vanilla
Diffstat (limited to 'www/sitecopy')
-rw-r--r--www/sitecopy/Makefile8
-rw-r--r--www/sitecopy/pkg-descr2
2 files changed, 5 insertions, 5 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 9f131ee6b033..6c7467254815 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -7,20 +7,18 @@
PORTNAME= sitecopy
PORTVERSION= 0.10.15
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= olgeni@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
- expat.1:${PORTSDIR}/textproc/expat \
- neon.11:${PORTSDIR}/www/neon
+ neon.12:${PORTSDIR}/www/neon
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
- LIBS=-lintl
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
USE_GMAKE= yes
-ALL_TARGET= sitecopy
MAN1= sitecopy.1
diff --git a/www/sitecopy/pkg-descr b/www/sitecopy/pkg-descr
index cae55aafdcb7..ae148245e446 100644
--- a/www/sitecopy/pkg-descr
+++ b/www/sitecopy/pkg-descr
@@ -11,5 +11,7 @@ server - it simply keeps a record of what it THINKS is in on the remote
server, and works from that. WebDAV can be used to maintain remote sites
as well as FTP.
+WWW: http://www.lyra.org/sitecopy
+
- Nik
nik@FreeBSD.ORG