pkgsrc/www/sitecopy/Makefile
jlam 3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00

33 lines
1,020 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/06/29 04:54:56 jlam Exp $
DISTNAME= sitecopy-0.10.15
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.lyra.org/sitecopy/
COMMENT= utility for synchronizing remote and local web sites
USE_GMAKE= # defined
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-included-neon
CONFIGURE_ARGS+= --enable-libxml
# 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
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/libgetopt/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../textproc/libxml/buildlink.mk"
.include "../../mk/bsd.pkg.mk"