summaryrefslogtreecommitdiff
path: root/textproc/xerces-j/Makefile
blob: 90dcf3ca961236d2133799bfd084cf1864deca68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $NetBSD: Makefile,v 1.3 2000/05/30 16:08:58 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-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/

NO_PATCH=
NO_CONFIGURE=
NO_BUILD=

USE_JAVA=	yes

WRKSRC=		${WRKDIR}/xerces-1_1_0

do-install:
	${MKDIR} ${PREFIX}/lib/java
	${INSTALL} -c ${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 - )
	${MKDIR} ${PREFIX}/share/examples/java/xerces
	${INSTALL} -c ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces
	cd ${WRKSRC}/data ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/xerces ; ${GTAR} pvxf - )

.include "../../mk/bsd.pkg.mk"