openbsd-ports/textproc/xerces/Makefile
espie 0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00

42 lines
1002 B
Makefile

# $OpenBSD: Makefile,v 1.12 2001/11/10 15:00:52 espie Exp $
COMMENT= "xml parser for Java"
ONLY_FOR_ARCHS= i386
JDK_VERSION= 1.1.8
DISTNAME= Xerces-J-bin.1.4.3
PKGNAME= xerces-1.4.3
CATEGORIES= textproc
NEED_VERSION= 1.489
HOMEPAGE= http://xml.apache.org/xerces-j/index.html
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
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/
TAR?= gtar
BUILD_DEPENDS= ::archivers/gtar
RUN_DEPENDS= ::devel/jdk/1.1
NO_BUILD= Yes
WRKDIST= ${WRKDIR}/xerces-1_4_3
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/java/classes/xerces-1_4_3
${INSTALL_DATA_DIR} ${PREFIX}/share/java/xerces-1_4_3
cp ${WRKSRC}/*.jar ${PREFIX}/share/java/classes/xerces-1_4_3
cp -R ${WRKSRC}/docs ${PREFIX}/share/java/xerces-1_4_3
cp -R ${WRKSRC}/data ${PREFIX}/share/java/xerces-1_4_3
cp -R ${WRKSRC}/samples ${PREFIX}/share/java/xerces-1_4_3
.include <bsd.port.mk>