d32e698de6
XXX need to teach pkglint to be more picky about this
33 lines
986 B
Makefile
33 lines
986 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/02/25 04:18:16 hubertf Exp $
|
|
#
|
|
# Note: we currently use the pre-built (-bin) distribution of FOP,
|
|
# because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is
|
|
# required to build it.
|
|
|
|
DISTNAME= fop-0_13_0
|
|
PKGNAME= fop-0.13.0
|
|
CATEGORIES= textproc www
|
|
MASTER_SITES= http://xml.apache.org/dist/fop/
|
|
|
|
MAINTAINER= jwise@netbsd.org
|
|
HOMEPAGE= http://xml.apache.org/fop/
|
|
COMMENT= the Apache Project's XSL Formatting Objects implementation
|
|
|
|
USE_JAVA= yes
|
|
NO_PATCH=
|
|
NO_CONFIGURE=
|
|
NO_BUILD=
|
|
|
|
WRKSRC= ${WRKDIR}/fop-0_13_0
|
|
|
|
post-extract:
|
|
@${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf '{}' \;
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/java
|
|
${INSTALL_DATA} ${WRKSRC}/fop_bin_0_13_0.jar ${PREFIX}/lib/java/fop.jar
|
|
${MKDIR} ${PREFIX}/share/doc/java/fop
|
|
cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/fop ; ${GTAR} pvxf - )
|
|
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/java/fop
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|