2014-02-13 00:18:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.49 2014/02/12 23:18:47 tron Exp $
|
2001-05-16 01:27:07 +02:00
|
|
|
|
2010-03-14 22:06:15 +01:00
|
|
|
DISTNAME= sitecopy-0.16.6
|
2014-02-13 00:18:26 +01:00
|
|
|
PKGREVISION= 4
|
2001-05-16 01:27:07 +02:00
|
|
|
CATEGORIES= www
|
2010-03-14 22:06:15 +01:00
|
|
|
MASTER_SITES= http://www.manyfish.co.uk/sitecopy/
|
2001-05-16 01:27:07 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2010-03-14 22:06:15 +01:00
|
|
|
HOMEPAGE= http://www.manyfish.co.uk/sitecopy/
|
2003-07-22 06:14:17 +02:00
|
|
|
COMMENT= Utility for synchronizing remote and local web sites
|
2001-05-16 01:27:07 +02:00
|
|
|
|
2007-09-08 23:57:57 +02:00
|
|
|
USE_FEATURES= getopt_long
|
2006-04-13 20:23:29 +02:00
|
|
|
USE_TOOLS+= gmake msgfmt
|
2005-09-28 14:26:54 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2001-05-16 01:27:07 +02:00
|
|
|
|
2005-09-28 14:26:54 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-02-14 00:12:13 +01:00
|
|
|
CONFIGURE_ARGS+= --with-ssl
|
2011-12-15 16:24:05 +01:00
|
|
|
#CONFIGURE_ARGS+= --with-included-neon
|
2003-09-23 11:05:23 +02:00
|
|
|
CONFIGURE_ARGS+= --with-libxml2
|
2001-05-16 01:27:07 +02:00
|
|
|
|
|
|
|
# The build process doesn't correctly find the header for GNU fnmatch, which
|
|
|
|
# is provided in ${WRKSRC}/lib. Help the compiler by linking the header
|
|
|
|
# to ${WRKSRC} and explicitly passing -I. to the compiler.
|
|
|
|
#
|
|
|
|
CFLAGS+= -I.
|
|
|
|
|
|
|
|
pre-build:
|
2006-02-21 06:54:43 +01:00
|
|
|
${RM} -f ${WRKSRC:Q}/fnmatch.h
|
|
|
|
${LN} -sf ${WRKSRC:Q}/lib/fnmatch.h ${WRKSRC:Q}/fnmatch.h
|
2001-05-16 01:27:07 +02:00
|
|
|
|
2004-04-15 23:43:02 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2013-10-27 22:52:17 +01:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2011-12-15 16:24:05 +01:00
|
|
|
.include "../../www/neon/buildlink3.mk"
|
2002-08-25 23:50:52 +02:00
|
|
|
|
2004-04-15 23:43:02 +02:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2001-05-16 01:27:07 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|