1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/java/netrexx/Makefile
Kris Kennaway cc2dde91ab Chase the checksum by updating to NetRexx 1.160, which seems to be mostly doc
fixes (including some "Jan 1, 1900" javascript bugs in the documentation
webpages..nice one, IBM :-)

Noticed by:	bento
2000-02-27 08:05:08 +00:00

34 lines
788 B
Makefile

# New ports collection makefile for: NetRexx
# Version required: 1.160
# Date created: Feb 8, 1999
# Whom: Pedro Giffuni
#
# $FreeBSD$
#
DISTNAME= NetRexx
PKGNAME= netrexx-1.160
CATEGORIES= java lang
MASTER_SITES= http://www.ibm.com/technology/NetRexx/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk
NO_BUILD= yes
# pkg/PLIST depends on the JDK_VERSION
JDK_VERSION?= 1.1.8
PLIST_SUB+= JDK_VERSION=${JDK_VERSION}
do-install:
-${MV} ${WRKSRC}/nrtools.tar.Z ${WRKSRC}/.foo.Z
uncompress -c ${WRKSRC}/.foo.Z | \
tar -xvf - -C ${PREFIX}/jdk${JDK_VERSION}
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/NetRexx
${CP} -R ${WRKSRC}/* ${PREFIX}/share/doc/NetRexx/
.endif
.include <bsd.port.mk>