aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-c2hs/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-06-10 08:24:54 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-06-10 08:24:54 +0000
commitfee0f1d0b8141dcad18565bc5ec2c592e2dbf537 (patch)
tree6b11bc14f0a68eff32d2e53cb4f694e77d60ac82 /devel/hs-c2hs/Makefile
parentff185edd4016a84bd8f836b0236a209812fd1d8a (diff)
downloadports-fee0f1d0b8141dcad18565bc5ec2c592e2dbf537.tar.gz
ports-fee0f1d0b8141dcad18565bc5ec2c592e2dbf537.zip
* Upgrade to 0.11.5.
* Remove WITH_PROFILE knob.
Notes
Notes: svn path=/head/; revision=82650
Diffstat (limited to 'devel/hs-c2hs/Makefile')
-rw-r--r--devel/hs-c2hs/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile
index e197ba4d39e2..8fb7e2f595fb 100644
--- a/devel/hs-c2hs/Makefile
+++ b/devel/hs-c2hs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= c2hs
-PORTVERSION= 0.10.17
+PORTVERSION= 0.11.5
CATEGORIES= devel haskell
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
PKGNAMEPREFIX= hs-
@@ -25,18 +25,8 @@ PLIST_SUB+= C2HS_VERSION="${PORTVERSION}" GHC_VERSION="${GHC_VERSION}"
CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-add-package
-.if defined(WITH_PROFILE)
-CONFIGURE_ARGS+= --enable-prof
-.endif
-
MAN1= c2hs-config.1 c2hs.1
-.if !defined(WITH_PROFILE)
-pre-everything::
- @${ECHO_CMD} "To enable profiling support define WITH_PROFILE."
- @${ECHO_CMD} "This requires ghc with profiling libraries."
-.endif
-
post-build:
@(cd ${WRKSRC}/doc/c2hs && ${GMAKE} man1/c2hs-config.1 man1/c2hs.1)