aboutsummaryrefslogtreecommitdiff
path: root/x11/hs-X11/Makefile
blob: 35c69bbc15490365f5d54057fa544035ab8562e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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=	1
CATEGORIES=	x11 haskell
PKGNAMESUFFIX=	-ghc

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	X11 bindings for Haskell programs

CABAL_SETUP=	Setup.hs
USE_XORG=	x11 xext sm

MASTER_SITES=	http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/
DISTNAME=	X11-${PORTVERSION}

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>