mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00: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
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user