60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
31 lines
674 B
Makefile
31 lines
674 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netscape-java40
|
|
PORTVERSION= 1999.11.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel java
|
|
MASTER_SITES= LOCAL/thierry
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Classes to allow a Java applet access to JavaScript objects
|
|
|
|
LICENSE= Netscape
|
|
LICENSE_NAME= Netscape
|
|
LICENSE_FILE= ${WRKSRC}/License
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror auto-accept
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.6+
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
JARFILES= java40.jar
|
|
|
|
PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${JAVAJARDIR}
|
|
|
|
.include <bsd.port.mk>
|