aboutsummaryrefslogtreecommitdiff
path: root/java/java3d
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-25 20:52:28 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-25 20:52:28 +0000
commit28c9b7b0b73603c85d3e2dc6f4e28af4ca36a6b3 (patch)
treee810f9029fb42912dcd35aa6020692fd0e36a09d /java/java3d
parent895b7e3e6007d5a0c440aca16b52839ee89b62f5 (diff)
downloadports-28c9b7b0b73603c85d3e2dc6f4e28af4ca36a6b3.tar.gz
ports-28c9b7b0b73603c85d3e2dc6f4e28af4ca36a6b3.zip
java/java3d: Set to dual GPLv2 and MIT licensing
PR: 193186 Submitted by: pfg@ After examining the LICENSE files in the existing tarball, Pedro came to the conclusion that the license is a combination between GPLv2 and some MIT-like licenses. The package is redistributable; the outdated restriction is probably left over from a previous version, so it has been removed.
Notes
Notes: svn path=/head/; revision=369295
Diffstat (limited to 'java/java3d')
-rw-r--r--java/java3d/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile
index 04ef24b05d1e..4546dbe7e212 100644
--- a/java/java3d/Makefile
+++ b/java/java3d/Makefile
@@ -6,11 +6,13 @@ PORTVERSION= 1.5.2
PORTREVISION= 3
CATEGORIES= java graphics games devel
MASTER_SITES= https://sites.google.com/site/daemonwizard/
-DISTNAME= java3d-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides API for creating and manipulation of 3D geometry
+LICENSE= GPLv2 MIT
+LICENSE_COMB= multi
+
USES= tar:bzip2
USE_JAVA= yes
USE_GL= gl
@@ -24,8 +26,6 @@ PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///} ARCH=${ARCH}
DOCSSRC= ${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public
PORTDOCS= *
-RESTRICTED= License does not allow distribution
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>