1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11/hs-X11/Makefile
Ashish SHUKLA 86f2dbca13 Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.

Obtained from:	FreeBSD Haskell
2011-05-26 00:51:15 +00:00

35 lines
750 B
Makefile

# New ports collection makefile for: hs-x11-ghc
# Date created: 2007-09-03
# Whom: Volker Stolz <vs@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= X11
PORTVERSION= 1.5.0.0
PORTREVISION= 3
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= X11 bindings for Haskell programs
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= syb
USE_XORG= x11 xext sm
OPTIONS= XINERAMA "Build with Xinerama support" off
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
.include <bsd.port.options.mk>
.if defined(WITH_XINERAMA)
USE_XORG+= xinerama
CONFIGURE_ARGS+= --configure-option="--with-xinerama"
.else
CONFIGURE_ARGS+= --configure-option="--without-xinerama"
.endif
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>