![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / www / sitecopy / Makefile (download)
Revision 1.35, Sat Mar 4 21:31:03 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.35 2006/03/04 21:31:03 jlam Exp $ DISTNAME= sitecopy-0.16.2 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lyra.org/sitecopy/ COMMENT= Utility for synchronizing remote and local web sites BUILD_USES_MSGFMT= yes USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --with-included-neon CONFIGURE_ARGS+= --with-libxml2 # 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:Q}/fnmatch.h ${LN} -sf ${WRKSRC:Q}/lib/fnmatch.h ${WRKSRC:Q}/fnmatch.h .if !exists(/usr/include/getopt.h) . include "../../pkgtools/libnbcompat/buildlink3.mk" .endif .include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"