aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-green-card/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-green-card/Makefile')
-rw-r--r--devel/hs-green-card/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/hs-green-card/Makefile b/devel/hs-green-card/Makefile
deleted file mode 100644
index aeefe92eca75..000000000000
--- a/devel/hs-green-card/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: green-card
-# Date created: 01 June 2002
-# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= green-card
-PORTVERSION= 3.0.1
-PORTREVISION= 2
-CATEGORIES= devel haskell
-MASTER_SITES= http://haskell.org/greencard/downloads/
-PKGNAMEPREFIX= hs-
-DISTNAME= greencard-${GC_VERSION}-src
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= A foreign function interface preprocessor for Haskell
-
-BROKEN= Does not build with latest GHC
-DEPRECATED= "${BROKEN}"
-EXPIRATION_DATE=2007-09-01
-
-BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-
-WRKSRC= ${WRKDIR}/greencard-${GC_VERSION}
-GC_VERSION= 3.01
-GCLIBDIR= ${PREFIX}/lib/greencard-${GC_VERSION}
-PLIST_SUB+= GC_VERSION=${GC_VERSION}
-
-USE_GMAKE= yes
-MAKE_ARGS= FOR_SYSTEM=GHC
-
-pre-install:
- ${MKDIR} ${GCLIBDIR}/Foreign ${GCLIBDIR}/imports/Foreign
-
-.include <bsd.port.mk>