diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-20 16:41:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-20 16:41:59 +0000 |
commit | 33be8f4016f5a1f6524250edd03f7fe807f8aa08 (patch) | |
tree | bcb59ed678c21bc573daaec42cd31201e6d67fd4 /net-p2p/xnap/Makefile | |
parent | e5b9359ad3243e1ca5863cd64bf312c2a1c79f31 (diff) |
Notes
Diffstat (limited to 'net-p2p/xnap/Makefile')
-rw-r--r-- | net-p2p/xnap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/xnap/Makefile b/net-p2p/xnap/Makefile index 3303bb6ae4dc..6c711c3f49b3 100644 --- a/net-p2p/xnap/Makefile +++ b/net-p2p/xnap/Makefile @@ -12,9 +12,13 @@ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Pure Java napster client; also, supports OpenNap & giFT (FastTrack) +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes JAVAVM= ${LOCALBASE}/bin/java |