aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-ansi-terminal
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-08-03 02:30:07 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-08-03 02:30:07 +0000
commitdb8a630740d7952632fca1d12503a442fc625335 (patch)
tree8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /devel/hs-ansi-terminal
parent336cf4f81e31ae43ff7b5ec434e2305615de4392 (diff)
downloadports-db8a630740d7952632fca1d12503a442fc625335.tar.gz
ports-db8a630740d7952632fca1d12503a442fc625335.zip
Notes
Diffstat (limited to 'devel/hs-ansi-terminal')
-rw-r--r--devel/hs-ansi-terminal/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/devel/hs-ansi-terminal/Makefile b/devel/hs-ansi-terminal/Makefile
index cb0dd3aef4b1..eb9008c3a59e 100644
--- a/devel/hs-ansi-terminal/Makefile
+++ b/devel/hs-ansi-terminal/Makefile
@@ -7,25 +7,15 @@
PORTNAME= ansi-terminal
PORTVERSION= 0.5.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Simple ANSI terminal support, with Windows compatibility
-OPTIONS= EXAMPLE "Build the example application" off
-
LICENSE= BSD
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
-.include <bsd.port.options.mk>
-
-.if defined(WITH_EXAMPLE)
-CONFIGURE_ARGS+= --flags="Example"
-EXECUTABLE= ansi-terminal-example
-.else
CONFIGURE_ARGS+= --flags="-Example"
-.endif
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>