pkgsrc/lang/jdk/Makefile
tsarna 6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00

26 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:05 tsarna Exp $
DISTNAME= jdk115b1
PKGNAME= jdk-1.1.5b1
CATEGORIES= lang
MASTER_SITES= http://www.fi.muni.cz/~dolecek/NetBSD/java/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://java.sun.com/
RESTRICTED= 'No redistribution of the Java(tm) Development Kit'
NO_PACKAGE= ${RESTRICTED}
MIRROR_DISTFILE= no
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/jdk1.1.5
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
-${MKDIR} ${PREFIX}/java
(cd ${WRKSRC}; tar cf - . | (cd ${PREFIX}/java ; tar xvf - ))
.include "../../mk/bsd.pkg.mk"