2005-10-24 01:36:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.24 2005/10/23 23:36:01 rillig Exp $
|
2000-05-27 00:51:40 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2000-10-20 01:01:29 +02:00
|
|
|
DISTNAME= Xerces-J-bin.1.2.0
|
|
|
|
PKGNAME= xerces-j-1.2.0
|
2000-05-27 00:51:40 +02:00
|
|
|
CATEGORIES= textproc www
|
|
|
|
MASTER_SITES= http://xml.apache.org/dist/xerces-j/
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= jwise@NetBSD.org
|
2000-05-27 00:51:40 +02:00
|
|
|
HOMEPAGE= http://xml.apache.org/xerces-j/
|
2003-07-21 19:27:24 +02:00
|
|
|
COMMENT= The Apache Project's validating XML parser with DOM and SAX support
|
2000-05-27 00:51:40 +02:00
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/xerces-1_2_0
|
2002-10-18 23:36:53 +02:00
|
|
|
USE_JAVA= run
|
2005-10-24 01:36:01 +02:00
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
2000-05-27 00:51:40 +02:00
|
|
|
|
|
|
|
do-install:
|
2001-02-25 05:17:35 +01:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/java
|
2000-05-30 22:38:07 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/xerces.jar ${PREFIX}/lib/java
|
2001-02-25 05:17:35 +01:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/xerces
|
2003-04-10 03:28:03 +02:00
|
|
|
cd ${WRKSRC}/docs && ${PAX} -rw -pp . ${PREFIX}/share/doc/java/xerces
|
2001-02-25 05:17:35 +01:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/xerces
|
2000-05-30 22:38:07 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces
|
2003-04-10 03:28:03 +02:00
|
|
|
cd ${WRKSRC}/data && ${PAX} -rw -pp . ${PREFIX}/share/examples/java/xerces
|
2000-05-27 00:51:40 +02:00
|
|
|
|
2002-12-26 21:52:09 +01:00
|
|
|
.include "../../mk/java-vm.mk"
|
2000-05-27 00:51:40 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|