diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2003-03-31 12:09:18 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2003-03-31 12:09:18 +0000 |
commit | d86f48c6b9aadd3d8c1fd3d5e25aa43e74bdd8c5 (patch) | |
tree | 02467b0e968cc40d461eb7942c8f439fb6824284 /devel/apache-ant/Makefile | |
parent | f2f0563258a43695534a1241238be13fdcef4f6e (diff) |
Notes
Diffstat (limited to 'devel/apache-ant/Makefile')
-rw-r--r-- | devel/apache-ant/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 8c07ede9b5f5..c63b0a3bb43f 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,26 +1,25 @@ -# New ports collection makefile for: jakarta-ant +# New ports collection makefile for: apache-ant # Date created: 21 February 2001 # Whom: znerd@FreeBSD.org # # $FreeBSD$ # -PORTNAME= jakarta-ant -PORTVERSION= 1.5.1 -PORTREVISION= 5 +PORTNAME= apache-ant +PORTVERSION= 1.5.2 CATEGORIES= devel java -MASTER_SITES= http://jakarta.apache.org/builds/${PORTNAME}/release/v${ANT_VERSION}/bin/ \ - http://www.metaverse.nl/~ernst/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= znerd +MASTER_SITES= http://apache.mirror.trueserver.nl/dist/ant/binaries/ \ + http://apache.proserve.nl/dist/ant/binaries/ \ + http://apache.cs.uu.nl/dist/ant/binaries/ \ + http://dist.apache.easynet.nl/ant/binaries/ DISTNAME= ${PORTNAME}-${ANT_VERSION}-bin -DIST_SUBDIR= jakarta MAINTAINER= znerd@FreeBSD.org -COMMENT= Java-based build tool, conceptually similar to make +COMMENT= Java- and XML-based build tool, conceptually similar to make RUN_DEPENDS= ${LOCALBASE}/share/java/classes/crimson.jar:${PORTSDIR}/textproc/crimson +USE_BZIP2= yes USE_JAVA= 1.2+ NO_BUILD= YES |