pkgsrc/textproc/xerces-j-current/Makefile
2000-06-22 14:28:51 +00:00

36 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2000/06/22 14:28:53 jwise Exp $
#
# Note: we currently use the pre-built (-bin) distribution of Xerces-J,
# because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is
# required to build it.
DISTNAME= Xerces-J-bin.1.1.0
PKGNAME= xerces-j-current-1.1.0
CATEGORIES= textproc www
MASTER_SITES= http://xml.apache.org/dist/xerces-j/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://xml.apache.org/xerces-j/
CONFLICTS= xerces-j-[0-9]*
NO_PATCH=
NO_CONFIGURE=
NO_BUILD=
USE_JAVA= yes
WRKSRC= ${WRKDIR}/xerces-1_1_0
do-install:
${MKDIR} ${PREFIX}/lib/java
${INSTALL_DATA} ${WRKSRC}/xerces.jar ${PREFIX}/lib/java
${MKDIR} ${PREFIX}/share/doc/java/xerces
cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/xerces ; ${GTAR} pvxf - )
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/java/xerces
${MKDIR} ${PREFIX}/share/examples/java/xerces
${INSTALL_DATA} ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces
cd ${WRKSRC}/data ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/xerces ; ${GTAR} pvxf - )
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/java/xerces
.include "../../mk/bsd.pkg.mk"