freebsd-ports/graphics/xmlgraphics-commons/Makefile

28 lines
605 B
Makefile

# Created by: rfarmer@predatorlabs.net
# $FreeBSD$
PORTNAME= xmlgraphics-commons
PORTVERSION= 1.5
DISTVERSIONSUFFIX= -src
CATEGORIES= graphics textproc java
MASTER_SITES= APACHE/xmlgraphics/commons/source
MAINTAINER= ports@FreeBSD.org
COMMENT= Several reusable components used by Apache Batik and FOP
LICENSE= AL2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_ANT= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \
${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>