pkgsrc-wip/java-crimson/Makefile
Blue Rats c222660538 Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
2012-11-25 23:32:07 +00:00

24 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/11/25 23:32:23 othyro Exp $
#
DISTNAME= crimson-1.1.3-bin
PKGNAME= java-crimson-1.1.3
CATEGORIES= textproc
MASTER_SITES= http://xml.apache.org/dist/crimson/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xml.apache.org/dist/crimson/
COMMENT= XML parser for JAXP with DOM and SAX2
WRKSRC= ${WRKDIR}/crimson-1.1.3
INSTALLATION_DIRS= share/classpath
do-build:
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/classpath/
${INSTALL_DATA} ${WRKSRC}/crimson.jar ${DESTDIR}${PREFIX}/share/classpath/
.include "../../mk/bsd.pkg.mk"