diff options
author | hq <hq@FreeBSD.org> | 2005-02-11 02:11:04 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-02-11 02:11:04 +0800 |
commit | 976c5a69d9dff554ad621da99db611a8837da99e (patch) | |
tree | bbc03d5df716e92f1fd0c6682b3777b18279b4f0 /math | |
parent | c98ddf0d9a738be6b38b940523de3cc2ae3da9cf (diff) | |
download | freebsd-ports-gnome-976c5a69d9dff554ad621da99db611a8837da99e.tar.gz freebsd-ports-gnome-976c5a69d9dff554ad621da99db611a8837da99e.tar.zst freebsd-ports-gnome-976c5a69d9dff554ad621da99db611a8837da99e.zip |
- Update to bsd.java.mk 2.0
- Add 'java' category
Diffstat (limited to 'math')
-rw-r--r-- | math/geonext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/geonext/Makefile b/math/geonext/Makefile index 36a0b18e09b5..787d1ba2b368 100644 --- a/math/geonext/Makefile +++ b/math/geonext/Makefile @@ -7,7 +7,7 @@ PORTNAME= geonext PORTVERSION= 1.11 -CATEGORIES= math graphics +CATEGORIES= math graphics java MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/\ http://home.arcor.de/fehlner/inhalt/download/\ http://home.arcor.de/teambushido/ @@ -19,7 +19,8 @@ COMMENT?= Interactive (dynamic) elementary Geometry Software WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes USE_ZIP= yes -USE_JAVA= 1.4 +USE_JAVA= yes +JAVA_VERSION= 1.4 DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html IMG= g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico |