Tweak x11-toolkits/p5-Wx version 0.99.23_2
[dports.git] / x11-toolkits / hs-wxdirect / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       wxdirect
4 PORTVERSION=    0.90.1.1
5 PORTREVISION=   1
6 CATEGORIES=     x11-toolkits haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Helper tool for building wxHaskell
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      parsec>=2.1.0 strict
14
15 EXECUTABLE=     wxdirect
16
17 post-patch::
18         @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-3.0-config"|' \
19             ${WRKSRC}/src/ParseC.hs
20
21 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
22 .include <bsd.port.mk>