![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / textproc / xerces-c / Makefile (download)
Revision 1.28, Sat Mar 4 21:30:52 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.28 2006/03/04 21:30:52 jlam Exp $ # DISTNAME= xerces-c-src_2_3_0 PKGNAME= ${DISTNAME:S/-src_/-/:S/_/./g} PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/archives/Xerces-C_2_3_0/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xml.apache.org/xerces-c/ COMMENT= Validating C++ XML parser with DOM and SAX support PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/src/xercesc USE_TOOLS+= gmake USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" .if ${LOWER_OPSYS} == "SunOS" XERCES_PLATFORM= solaris .elif ${LOWER_OPSYS} == "Darwin" XERCES_PLATFORM= macosx .else XERCES_PLATFORM= ${LOWER_OPSYS} .endif XERCES_ENV+= XERCESCROOT="${WRKDIR}/${DISTNAME}" HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ./runConfigure CONFIGURE_ARGS+= -P ${PREFIX} # installation prefix CONFIGURE_ARGS+= -p ${XERCES_PLATFORM} # platform CONFIGURE_ARGS+= -n socket # net accessor CONFIGURE_ARGS+= -m inmem # message loader CONFIGURE_ARGS+= -r none # threading CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv} CONFIGURE_ARGS.gnu-iconv+= -t IconvGNU # transcoder PLIST_SUBST.gnu-iconv+= NATIVEICONV="@comment " PLIST_SUBST.gnu-iconv+= GNUICONV="" CONFIGURE_ARGS.native-iconv+= -t native # transcoder PLIST_SUBST.native-iconv+= NATIVEICONV="" PLIST_SUBST.native-iconv+= GNUICONV="@comment " CONFIGURE_ENV+= ${XERCES_ENV} MAKE_ENV+= ${XERCES_ENV} PLIST_SUBST+= ${PLIST_SUBST.${ICONV_TYPE}-iconv} .include "../../converters/libiconv/buildlink3.mk" pre-configure: @${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC} @${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${WRKSRC} post-install: ${INSTALL_DATA} ${WRKSRC}/dom/impl/*.hpp \ ${PREFIX}/include/xercesc/dom/impl .include "../../mk/bsd.pkg.mk"