freebsd-ports/graphics/xmlgraphics-commons/Makefile
Wen Heping f6863537e3 - Update to 1.4
PR:		ports/150135
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-09-13 05:17:33 +00:00

28 lines
660 B
Makefile

# New ports collection makefile for: xmlgraphics-commons
# Date created: 11 February 2010
# Whom: rfarmer@predatorlabs.net
#
# $FreeBSD$
#
PORTNAME= xmlgraphics-commons
PORTVERSION= 1.4
CATEGORIES= graphics textproc java
MASTER_SITES= APACHE/xmlgraphics/commons/source
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= rfarmer@predatorlabs.net
COMMENT= Several reusable components used by Apache Batik and FOP
USE_JAVA= yes
JAVA_VERSION= 1.5+
JAVA_BUILD= yes
JAVA_RUN= yes
USE_ANT= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
do-install:
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>