blob: 5017375539528b18652c68d0050ac57f37416c27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: xmlgraphics-commons
# Date created: 11 February 2010
# Whom: 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= 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}-1.5svn.jar ${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>
|