openbsd-ports/textproc/xerces/Makefile

43 lines
1019 B
Makefile
Raw Normal View History

2003-11-15 10:12:53 -05:00
# $OpenBSD: Makefile,v 1.19 2003/11/15 15:12:55 sturm Exp $
COMMENT= "xml parser for Java"
ONLY_FOR_ARCHS= i386
2003-07-08 00:51:10 -04:00
JDK_VERSION= 1.3.1
DISTNAME= Xerces-J-bin.2.4.0
PKGNAME= xerces-2.4.0
CATEGORIES= textproc
2002-09-19 02:06:27 -04:00
HOMEPAGE= http://xml.apache.org/xerces2-j/index.html
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2003-11-15 10:12:53 -05:00
# Apache
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://xml.apache.org/dist/xerces-j/
2001-08-17 23:56:07 -04:00
TAR?= gtar
BUILD_DEPENDS= :gtar-*:archivers/gtar
2003-07-08 00:51:10 -04:00
RUN_DEPENDS= ::devel/jdk/1.3-linux
NO_BUILD= Yes
2002-10-28 17:43:46 -05:00
NO_REGRESS= Yes
2003-07-08 00:51:10 -04:00
WRKDIST= ${WRKDIR}/xerces-2_4_0
do-install:
2003-07-08 00:51:10 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/java/classes/xerces-2_4_0
${INSTALL_DATA_DIR} ${PREFIX}/share/java/xerces-2_4_0
cp ${WRKSRC}/*.jar ${PREFIX}/share/java/classes/xerces-2_4_0
cp -R ${WRKSRC}/docs ${PREFIX}/share/java/xerces-2_4_0
cp -R ${WRKSRC}/data ${PREFIX}/share/java/xerces-2_4_0
cp -R ${WRKSRC}/samples ${PREFIX}/share/java/xerces-2_4_0
.include <bsd.port.mk>