mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# Created by: rfarmer@predatorlabs.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmlgraphics-commons
|
|
PORTVERSION= 1.5.r1222519
|
|
CATEGORIES= graphics textproc java
|
|
MASTER_SITES= http://www.predatorlabs.net/dl/
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Several reusable components used by Apache Batik and FOP
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.6+
|
|
JAVA_BUILD= yes
|
|
JAVA_RUN= yes
|
|
USE_ANT= yes
|
|
|
|
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-1.5svn.jar ${JAVAJARDIR}/${PORTNAME}.jar
|
|
|
|
.include <bsd.port.mk>
|