1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/java/jdk/Makefile
Satoshi Asami 3173f7f16d Make this package by removing the --exclude option to tar. I'm assuming this
is what Nate intended because all the *.class files are listed in pkg/PLIST.
If it's the other way around, go ahead and revert it (and fix PLIST), Nate.
1998-11-16 06:28:41 +00:00

28 lines
633 B
Makefile

# New ports collection makefile for: jdk
# Version required: 1.1.7
# Date created: Feb, 8, 1998
# Whom: Nate Williams <nate@FReeBSD.org>
#
# $Id: Makefile,v 1.15 1998/11/14 17:35:33 nate Exp $
#
DISTNAME= jdk1.1.7.V98-11-5
PKGNAME= jdk-1.1.7
CATEGORIES= lang devel
MASTER_SITES= ftp://ftp.nuxi.com/pub/FreeBSD/JDK/ \
http://www.freebsd.org/java/
MAINTAINER= nate@freebsd.org
NO_CDROM= "License doesn't allow distribution with fee"
WRKSRC= ${WRKDIR}/jdk1.1.7
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/jdk1.1.7
(cd ${WRKSRC} && tar -c -f - .) \
| (cd ${PREFIX}/jdk1.1.7 && tar fx -)
.include <bsd.port.mk>