2005-05-22 22:07:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:46 jlam Exp $
|
2001-05-16 01:27:07 +02:00
|
|
|
|
2003-09-23 11:05:23 +02:00
|
|
|
DISTNAME= sitecopy-0.13.4
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 5
|
2001-05-16 01:27:07 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.lyra.org/sitecopy/
|
|
|
|
|
2004-04-25 00:46:08 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2001-05-16 01:27:07 +02:00
|
|
|
HOMEPAGE= http://www.lyra.org/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
|
|
|
|
2003-09-23 11:05:52 +02:00
|
|
|
BUILD_USES_MSGFMT= # defined
|
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2003-01-10 08:49:51 +01:00
|
|
|
USE_PKGLOCALEDIR= # defined
|
2001-05-16 01:27:07 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= # defined
|
2005-02-14 00:12:13 +01:00
|
|
|
CONFIGURE_ARGS+= --with-ssl
|
2001-05-22 17:22:20 +02: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:
|
|
|
|
${RM} -f ${WRKSRC}/fnmatch.h
|
|
|
|
${LN} -sf ${WRKSRC}/lib/fnmatch.h ${WRKSRC}/fnmatch.h
|
|
|
|
|
2003-10-13 00:51:18 +02:00
|
|
|
.if !exists(/usr/include/getopt.h)
|
2004-04-15 23:43:02 +02:00
|
|
|
. include "../../pkgtools/libnbcompat/buildlink3.mk"
|
2003-10-13 00:51:18 +02:00
|
|
|
.endif
|
|
|
|
|
2004-04-15 23:43:02 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../textproc/libxml2/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"
|