aboutsummaryrefslogtreecommitdiffstats
path: root/x11/hs-X11/Makefile
blob: 129a426c8a30871f38d1de00819f795ea875508b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Volker Stolz <vs@FreeBSD.org>
# $FreeBSD$

PORTNAME=   X11
PORTVERSION=    1.6.1.1
CATEGORIES= x11 haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Binding to the X11 graphics library

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  data-default
USE_XORG=   x11 xrandr xext

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>