freebsd-ports/graphics/xmlgraphics-commons/Makefile

29 lines
641 B
Makefile
Raw Normal View History

# 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= makc@FreeBSD.org
COMMENT= Several reusable components used by Apache Batik and FOP
LICENSE= APACHE20
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_ANT= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
do-install:
2014-02-28 17:18:52 +01:00
${MKDIR} ${STAGEDIR}${JAVAJARDIR}
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \
2014-02-28 17:18:52 +01:00
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>