mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
47b345c20f
PR: 3701 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co>
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# New ports collection makefile for: jdk
|
|
# Version required: 1.0.2
|
|
# Date created: 8 April 1996
|
|
# Whom: Sujal Patel <smpatel@freebsd.org> (original)
|
|
#
|
|
# $Id: Makefile,v 1.7 1997/05/18 11:35:57 pgs Exp $
|
|
#
|
|
|
|
DISTNAME= jdk102.11-26
|
|
PKGNAME= jdk-1.0.2
|
|
CATEGORIES= lang devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
NO_CDROM= "Put copyright on packaging, etc"
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|