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

PORTNAME=   wx
PORTVERSION=    0.92.3.0
PORTREVISION=   2
CATEGORIES= x11-toolkits haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    wxHaskell

USES=       dos2unix
USE_CABAL=  wxcore>=0.91
DOS2UNIX_FILES= src/Graphics/UI/WX/Window.hs

USE_WX=     3.0
WX_COMPS=   wx

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