1999-01-16 01:25:55 +01:00
|
|
|
# New ports collection makefile for: sitecopy
|
|
|
|
# Date created: 15 January 1999
|
|
|
|
# Whom: nik
|
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1999-01-16 01:25:55 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= sitecopy
|
2005-03-10 21:24:57 +01:00
|
|
|
PORTVERSION= 0.15.0
|
2005-03-24 21:42:34 +01:00
|
|
|
PORTREVISION= 1
|
1999-01-16 01:25:55 +01:00
|
|
|
CATEGORIES= www
|
2001-01-16 18:33:20 +01:00
|
|
|
MASTER_SITES= http://www.lyra.org/sitecopy/
|
1999-01-16 01:25:55 +01:00
|
|
|
|
2001-02-24 13:45:52 +01:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-02-23 11:51:29 +01:00
|
|
|
COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy
|
1999-01-16 01:25:55 +01:00
|
|
|
|
2004-06-29 08:45:30 +02:00
|
|
|
LIB_DEPENDS= neon:${PORTSDIR}/www/neon
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-05-22 16:50:28 +02:00
|
|
|
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
2004-06-29 08:45:30 +02:00
|
|
|
CONFIGURE_ARGS= --with-neon --with-libxml2
|
2003-05-22 16:50:28 +02:00
|
|
|
USE_REINPLACE= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2003-05-22 16:50:28 +02:00
|
|
|
USE_GNOME= libxml2
|
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
USE_GMAKE= yes
|
2002-03-02 20:53:45 +01:00
|
|
|
|
|
|
|
.ifndef WITHOUT_SSL
|
|
|
|
USE_OPENSSL= yes
|
2003-05-22 16:50:28 +02:00
|
|
|
CONFIGURE_ARGS+= --with-ssl
|
2002-03-02 20:53:45 +01:00
|
|
|
.endif
|
|
|
|
|
1999-01-16 01:25:55 +01:00
|
|
|
MAN1= sitecopy.1
|
|
|
|
|
2003-05-22 16:50:28 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|;;|;|g' \
|
|
|
|
${WRKSRC}/src/sitestore.c
|
|
|
|
|
1999-01-16 01:25:55 +01:00
|
|
|
.include <bsd.port.mk>
|