aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-wx/Makefile
blob: 5ded32e43d91b712188372de4cdd8a85b4d7e1a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   wx
PORTVERSION=    0.91.0.0
CATEGORIES= x11-toolkits haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    wxHaskell

USE_CABAL=  stm wxcore>=0.91

USE_WX=     3.0
WX_COMPS=   wx
WX_UNICODE= yes

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