1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/graphics/cosmoplayer/Makefile
2021-04-06 16:31:07 +02:00

38 lines
921 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
PORTNAME= cosmoplayer
PORTVERSION= 2.1.1
PORTREVISION= 2
CATEGORIES= graphics
#MASTER_SITES= http://opendx.npaci.edu/libs/
MASTER_SITES= http://distfiles.macports.org/${PORTNAME}/ \
http://lil.fr.distfiles.macports.org/${PORTNAME}/ \
http://ftp.leg.uct.ac.za/pub/packages/macports/distfiles/${PORTNAME}/
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:devel/netscape-java40
USE_JAVA= yes
NO_BUILD= yes
NO_ARCH= yes
JARFILES= npcosmop211.jar
PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|}
post-extract:
${MV} ${WRKDIR}/comsoplayer-jar ${WRKSRC}
do-install:
${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.mk>