mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
14 lines
291 B
Makefile
14 lines
291 B
Makefile
|
# New ports collection makefile for: gj-jdk11
|
||
|
# Date created: 2003-05-26
|
||
|
# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
GJ_WITH_JDK11= YES
|
||
|
MASTERDIR= ${.CURDIR}/../gj
|
||
|
MD5_FILE= ${.CURDIR}/distinfo
|
||
|
PLIST= ${.CURDIR}/pkg-plist
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|