diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-04-15 20:28:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-04-15 20:28:06 +0000 |
commit | 62d2daacbb4865c620dc8442805f5f2ebae78ce6 (patch) | |
tree | 232d9e24f6c9b4f9a357008b29f985f5f87cd7c3 /graphics/cosmoplayer | |
parent | aa0a7fed8e9f3b506e53193ad0087c1ddaa6f030 (diff) |
- Support stage;
- Install the license with the new framework;
- The original home page is no more available: change to a related page.
Notes
Notes:
svn path=/head/; revision=351365
Diffstat (limited to 'graphics/cosmoplayer')
-rw-r--r-- | graphics/cosmoplayer/Makefile | 12 | ||||
-rw-r--r-- | graphics/cosmoplayer/pkg-descr | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/graphics/cosmoplayer/Makefile b/graphics/cosmoplayer/Makefile index f5384f0bb019..5121b4306b6d 100644 --- a/graphics/cosmoplayer/Makefile +++ b/graphics/cosmoplayer/Makefile @@ -14,22 +14,26 @@ DISTNAME= ${PORTNAME}-jar MAINTAINER= thierry@FreeBSD.org COMMENT= Java classes to support VRML +LICENSE= SGI +LICENSE_NAME= SGI +LICENSE_FILE= ${WRKSRC}/License +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror auto-accept + RUN_DEPENDS= ${JAVALIBDIR}/java40.jar:${PORTSDIR}/devel/netscape-java40 USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes -JARFILES= npcosmop211.jar LICENSE.npcosmop211.txt +JARFILES= npcosmop211.jar PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|} -NO_STAGE= yes post-extract: ${MV} ${WRKDIR}/comsoplayer-jar ${WRKSRC} - ${MV} ${WRKSRC}/License ${WRKSRC}/LICENSE.npcosmop211.txt do-install: - ${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${JAVAJARDIR} + ${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${JAVAJARDIR} .include <bsd.port.mk> diff --git a/graphics/cosmoplayer/pkg-descr b/graphics/cosmoplayer/pkg-descr index 487e99a9a85d..6daf9e9e1dcf 100644 --- a/graphics/cosmoplayer/pkg-descr +++ b/graphics/cosmoplayer/pkg-descr @@ -3,4 +3,4 @@ It contains classes to support VRML. It is used by OpenDX. -WWW: http://www.sgi.com/products/software/cosmo/ +WWW: http://cic.nist.gov/vrml/cosmoplayer.html |