aboutsummaryrefslogtreecommitdiffstats
path: root/devel/drift/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/drift/Makefile')
-rw-r--r--devel/drift/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/drift/Makefile b/devel/drift/Makefile
deleted file mode 100644
index 740be9029f27..000000000000
--- a/devel/drift/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: drift
-# Date created: 13 August 2002
-# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-#
-# $FreeBSD$
-
-PORTNAME= drift
-PORTVERSION= 2.0.r3
-CATEGORIES= devel
-MASTER_SITES= http://repetae.net/john/computer/haskell/DrIFT/
-DISTNAME= DrIFT-${PORTVERSION:S/.r/rc/}
-
-MAINTAINER= obraun@FreeBSD.org
-
-.if !defined(WITH_GHC)
-BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
-.else
-BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-.endif
-
-HAS_CONFIGURE= yes
-
-.if !defined(WITH_GHC)
-CONFIGURE_ARGS+= --with-hc=nhc98
-.else
-CONFIGURE_ARGS+= --with-hc=ghc
-.endif
-
-.if !defined(WITH_GHC)
-pre-everything:
- @${ECHO} ""
- @${ECHO} " DrIFT will be build with nhc98."
- @${ECHO} " Define WITH_GHC to build with ghc."
- @${ECHO} ""
-.endif
-
-.include <bsd.port.mk>
ale2013-05-274-91/+15 * - Upgrade to 0.36.kuriyama2013-05-276-11/+11 * Fix build with perl 5.16.bland2013-05-261-0/+34 * - Upgrade to 2.58.kuriyama2013-05-262-8/+3 * Update to 2.34.tobez2013-05-232-8/+4 * - Remove converters/R-cran-xtable (duplicate of textproc/R-cran-xtable)tota2013-05-174-25/+0 * - Add new port: converters/R-cran-xtabletota2013-05-154-0/+25 * - Update MASTER_SITESmiwi2013-05-152-14/+10 * Add a patch to allow building with gcc-4.7 and 4.8.mi2013-05-141-0/+9 * - Update to 0.97 [1]culot2013-05-133-4/+5 * Mark MAKE_JOBS_SAFEehaupt2013-05-081-0/+1 * Add some shebangfix to allow building most of the ports tree without /usr/bin...bapt2013-05-071-6/+4 * update lang/sbcl to 1.1.7, and adjust dependent portsbf2013-05-061-1/+1 * - Upgrade to 0.35*.kuriyama2013-05-046-15/+16 * Mark as broken: does not fetchbapt2013-05-041-5/+3 * - Move ruby-bsdconv to rubygem-bsdconvbdrewery2013-05-027-29/+28 * - Update to 10.0.0bdrewery2013-05-022-4/+4 * - Update to 10.0.0bdrewery2013-05-022-4/+4 * - Update to 10.0.0bdrewery2013-05-022-4/+4 * - Update to 10.0bdrewery2013-05-023-78/+72 * Convert the last USE_ICONV to USES=iconvbapt2013-04-281-5/+0 * - Update to 2.49rafan2013-04-283-20/+7 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-27