freebsd-ports/devel/netscape-java40/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
706 B
Makefile

# New ports collection makefile for: netscape-java40
# Date created: 25 January 2006
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= netscape-java40
PORTVERSION= 1999.11.15
PORTREVISION= 2
CATEGORIES= devel java
MASTER_SITES= http://opendx.npaci.edu/libs/
DISTNAME= ${PORTNAME}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Classes to allow a Java applet access to Javascript objects
USE_JAVA= yes
JAVA_VERSION= 1.3+
NO_BUILD= yes
JARFILES= java40.jar LICENSE.java40.txt
PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|}
post-extract:
${MV} ${WRKSRC}/License ${WRKSRC}/LICENSE.java40.txt
do-install:
${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${JAVAJARDIR}
.include <bsd.port.mk>