aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-c2hs/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-23 19:24:14 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-23 19:24:14 +0000
commitf915eb8c1150c39d4ed4177f79142b31f1343a49 (patch)
tree0a3e96cab92ec05e745ff6fdcf353526c357350a /devel/hs-c2hs/Makefile
parent27e2c4f2bcb96002b22ceb32ae8d742053a5b36b (diff)
downloadports-f915eb8c1150c39d4ed4177f79142b31f1343a49.tar.gz
ports-f915eb8c1150c39d4ed4177f79142b31f1343a49.zip
Notes
Diffstat (limited to 'devel/hs-c2hs/Makefile')
-rw-r--r--devel/hs-c2hs/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile
new file mode 100644
index 000000000000..91d90f1c8601
--- /dev/null
+++ b/devel/hs-c2hs/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: c2hs
+# Date created: 23 August 2002
+# Whom: Oliver Braun <obraun@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= c2hs
+PORTVERSION= 0.10.15
+CATEGORIES= devel
+MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
+
+MAINTAINER= obraun@FreeBSD.org
+
+BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
+RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
+
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+
+CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-add-package
+
+.include <bsd.port.mk>