summaryrefslogtreecommitdiff
path: root/ports-mgmt/hs-porte/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/hs-porte/Makefile')
-rw-r--r--ports-mgmt/hs-porte/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/ports-mgmt/hs-porte/Makefile b/ports-mgmt/hs-porte/Makefile
deleted file mode 100644
index 278301a95f12..000000000000
--- a/ports-mgmt/hs-porte/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: porte
-# Date created: November 4, 2008
-# Whom: Samy Al Bahra <sbahra@kerneled.org>
-#
-# $FreeBSD$
-
-PORTNAME= porte
-PORTVERSION= 0.0.3
-CATEGORIES= ports-mgmt haskell
-MASTER_SITES= http://carte.repnop.org/releases/
-
-MAINTAINER= sbahra@kerneled.org
-COMMENT= FreeBSD ports index search and statistical analysis tool
-
-BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
- hs-stringsearch>=0.2.1.1:${PORTSDIR}/textproc/hs-stringsearch
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
-
-CABAL= ${LOCALBASE}/bin/runghc Setup.hs
-GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
-SUBDIR= lib/${PORTNAME}-${PORTVERSION}
-PLIST_SUB= GHC_VERSION="${GHC_VERSION}" \
- PORTVERSION=${PORTVERSION} \
- SUBDIR=${SUBDIR}
-
-do-configure:
- cd ${WRKSRC} && ${CABAL} configure --prefix=${PREFIX} --ghc
-
-do-build:
- cd ${WRKSRC} && ${CABAL} build && ${CABAL} register --gen-script
-
-do-install:
- cd ${WRKSRC} && ${CABAL} install
- ${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${PREFIX}/${SUBDIR}/register.sh
-
-.include <bsd.port.mk>