mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Support stage;
- Install the license with the new framework; - The original home page is no more available: change to a related page.
This commit is contained in:
parent
aa0a7fed8e
commit
62d2daacbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351365
2 changed files with 9 additions and 5 deletions
|
@ -14,22 +14,26 @@ DISTNAME= ${PORTNAME}-jar
|
||||||
MAINTAINER= thierry@FreeBSD.org
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
COMMENT= Java classes to support VRML
|
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
|
RUN_DEPENDS= ${JAVALIBDIR}/java40.jar:${PORTSDIR}/devel/netscape-java40
|
||||||
|
|
||||||
USE_JAVA= yes
|
USE_JAVA= yes
|
||||||
JAVA_VERSION= 1.6+
|
JAVA_VERSION= 1.6+
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
JARFILES= npcosmop211.jar LICENSE.npcosmop211.txt
|
JARFILES= npcosmop211.jar
|
||||||
|
|
||||||
PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|}
|
PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|}
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-extract:
|
post-extract:
|
||||||
${MV} ${WRKDIR}/comsoplayer-jar ${WRKSRC}
|
${MV} ${WRKDIR}/comsoplayer-jar ${WRKSRC}
|
||||||
${MV} ${WRKSRC}/License ${WRKSRC}/LICENSE.npcosmop211.txt
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${JAVAJARDIR}
|
${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${JAVAJARDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,4 +3,4 @@ It contains classes to support VRML.
|
||||||
|
|
||||||
It is used by OpenDX.
|
It is used by OpenDX.
|
||||||
|
|
||||||
WWW: http://www.sgi.com/products/software/cosmo/
|
WWW: http://cic.nist.gov/vrml/cosmoplayer.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue