aboutsummaryrefslogtreecommitdiffstats
path: root/devel/c2hs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/c2hs/Makefile')
-rw-r--r--devel/c2hs/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/c2hs/Makefile b/devel/c2hs/Makefile
deleted file mode 100644
index 5af3f17d1ed..00000000000
--- a/devel/c2hs/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-
-MAN1= c2hs-config.1 c2hs.1
-
-post-build:
- @(cd ${WRKSRC}/doc/c2hs && ${GMAKE} man1/c2hs-config.1 man1/c2hs.1)
-
-post-install:
- @(cd ${WRKSRC}/doc/c2hs/man1 && \
- ${INSTALL_MAN} c2hs-config.1 c2hs.1 ${MANPREFIX}/man/man1)
-
-.include <bsd.port.mk>