aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-wxdirect/Makefile
blob: 85b3d32ed832f99affdc995af0d697f419afe725 (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
# New ports collection makefile for: hs-wxdirect
# Date created:        January 26, 2012
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   wxdirect
PORTVERSION=    0.13.1.1
CATEGORIES= x11-toolkits haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Helper tool for building wxHaskell

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  parsec>=2.1.0 strict>=0.3

EXECUTABLE= wxdirect

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