summaryrefslogtreecommitdiff
path: root/java/java-gcj-compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-gcj-compat/Makefile')
-rw-r--r--java/java-gcj-compat/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/java/java-gcj-compat/Makefile b/java/java-gcj-compat/Makefile
deleted file mode 100644
index 19248aa6f9d7..000000000000
--- a/java/java-gcj-compat/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: java-gcj-compat
-# Date created: 29 July 2006
-# Whom: <maho@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= java-gcj-compat
-PORTVERSION= 1.0.56 # =< requires gcc-4.2 (HEAD)
-PORTREVISION= 6
-CATEGORIES= java devel
-MASTER_SITES= ftp://sources.redhat.com/pub/rhug/
-
-MAINTAINER= maho@FreeBSD.org
-COMMENT= A collection of wrapper scripts, symlinks and jar files for GCJ
-
-BUILD_DEPENDS+= ${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt
-BUILD_DEPENDS+= gjdoc:${PORTSDIR}/java/gjdoc
-BUILD_DEPENDS+= ecj:${PORTSDIR}/java/ecj-bootstrap
-
-RUN_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper
-RUN_DEPENDS+= ${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt
-RUN_DEPENDS+= gjdoc:${PORTSDIR}/java/gjdoc
-RUN_DEPENDS+= ecj:${PORTSDIR}/java/ecj-bootstrap
-
-BROKEN= leaves egg file behind on deinstall
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
-GCJVER=41
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-PLIST_SUB= ARCH=${ARCH}
-CONFIGURE_ARGS+="-with-origin-name=gcj${GCJVER}" "--with-gcc-suffix=${GCJVER}" \
- "--with-arch-directory=${ARCH}" "--disable-symlinks" \
- "--with-classpath-security=${LOCALBASE}/lib/security/classpath.security" \
- "--with-security-directory=${LOCALBASE}/etc/java/security/security.d"
-
-pre-configure:
- @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e "s|%%GCCSUFFIX%%|${GCJVER}|" ${WRKSRC}/java.c
-
-post-install:
- @${LN} -sf ${PREFIX}/lib/jvm/java-1.4.2-gcj${GCJVER}-1.4.2.0 ${PREFIX}/lib/jvm/java-gcj${GCJVER}
- @${LN} -sf ${LOCALBASE}/bin/gcj${GCJVER} ${PREFIX}/lib/jvm/java-gcj${GCJVER}/bin/gcj
- @${LN} -sf ${LOCALBASE}/bin/gij${GCJVER} ${PREFIX}/lib/jvm/java-gcj${GCJVER}/bin/gij
- @${LN} -sf ${LOCALBASE}/bin/gcj-dbtool${GCJVER} ${PREFIX}/lib/jvm/java-gcj${GCJVER}/bin/gcj-dbtool
- @${LN} -sf ${LOCALBASE}/bin/gjdoc ${PREFIX}/lib/jvm/java-gcj${GCJVER}/bin/gjdoc
- @${LOCALBASE}/bin/registervm "${PREFIX}/lib/jvm/java-1.4.2-gcj${GCJVER}-1.4.2.0/bin/java # GCJ${GCJVER}"
-
-.include <bsd.port.mk>