aboutsummaryrefslogtreecommitdiffstats
path: root/java/gj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/gj/Makefile')
-rw-r--r--java/gj/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/java/gj/Makefile b/java/gj/Makefile
deleted file mode 100644
index 07a844e70f65..000000000000
--- a/java/gj/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: gj-jdk12
-# Date created: 2003-05-26
-# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gj
-PORTVERSION= 0.6m
-PORTREVISION= 2
-CATEGORIES= java
-MASTER_SITES= http://www.cis.unisa.edu.au/~pizza/gj/Distribution/
-PKGNAMESUFFIX= -${JDKSUBDIR}
-DISTNAME= gjdist${GJDIST}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Extension of the Java programming language that supports generic types
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-WRKSRC= ${WRKDIR}/gj
-
-NO_BUILD= YES
-USE_JAVA= yes
-
-.if defined(GJ_WITH_JDK11)
-GJDIST= 1.1
-BINSUFX= 11
-JAVA_VERSION= 1.1
-.else
-GJDIST= 1.2
-JAVA_VERSION= 1.2+
-.endif
-
-JDKSUBDIR= jdk${GJDIST}
-PLIST_SUB+= JDKSUBDIR=${JDKSUBDIR}
-PLIST_FILES?= bin/gjc bin/gjcr bin/gj
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/gj/${JDKSUBDIR}
- ${TAR} cf - -C ${WRKSRC}/classes . | ${TAR} xf - -C ${PREFIX}/lib/gj/${JDKSUBDIR}
- ${SED} -e s/@JDKSUBDIR@/${JDKSUBDIR}/ \
- -e 's+@PREFIX@+'${PREFIX}'+' \
- -e 's+@JAVA_HOME@+'${JAVA_HOME}'+' \
- <${FILESDIR}/gjc.in >${WRKDIR}/gjc
- ${INSTALL_SCRIPT} ${WRKDIR}/gjc ${PREFIX}/bin/gjc${BINSUFX}
-.for f in gjcr gj
- ${LN} -sf ${PREFIX}/bin/gjc${BINSUFX} ${PREFIX}/bin/${f}${BINSUFX}
-.endfor
-
-.include <bsd.port.mk>
-gnome/commit/www/zope213?id=d4eae248fc3499866ff557806dc95e19f9c41643'>Remove painful examples of foo="", with particular prejudice againstdougb2011-05-152-2/+0 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-272-2/+2 * - Update to 2.11.6pgollucci2010-01-183-5/+13 * - Fix a minor problem with Zope DateTime and Timezoneswxs2009-06-232-0/+84 * - Update to 2.11.3dhn2009-05-054-98/+63 * - Replace 210->211 where missed previouslypav2009-04-034-29/+18 * Add zope 2.11, a new stable branch of Zopepav2009-03-319-1757/+1325 * Reset yasi@yasi.to by request due to lack of current time to work on FreeBSD.linimon2008-09-011-1/+1 * - Update to 2.10.6miwi2008-06-013-633/+625 * - Update to 2.10.5miwi2007-12-212-4/+4 * - Update to 2.10.4.araujo2007-09-185-140/+96 * - Update to 2.10.3pav2007-03-303-27/+15 * - Apply hotfix for cross-site scripting vulnerabilitypav2007-03-243-1/+20 * - Update to 2.10.2pav2007-01-273-6/+27 * - After repocopy from www/zope29, update to 2.10.1pav2006-11-3013-1313/+1737 * - Update to 2.9.6pav2006-11-223-5/+14 * - Require Python 2.4 so as to unbreak buildalexbl2006-10-111-1/+2 * - Update to 2.9.5miwi2006-10-073-7/+40 * - Fix messages in post-installpav2006-09-014-14/+14 * - Update to 2.9.4garga2006-08-038-3513/+221 * Corrects an information disclosure vulnerability in Zope2, due to Zope2's useitetcu2006-07-093-1/+14 * - Update to 2.9.3garga2006-05-176-16/+149 * - Update to 2.9.2mnag2006-05-066-25/+38 * - Update to 2.9.1garga2006-03-22