aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-wxdirect/Makefile
blob: 37036845b6e99cf4db754d590676056a26b73666 (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
# $FreeBSD$

PORTNAME=   wxdirect
PORTVERSION=    0.92.3.0
PORTREVISION=   1
CATEGORIES= x11-toolkits haskell

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

LICENSE=    BSD3CLAUSE

USES=       dos2unix
USE_CABAL=  parsec>=2.1.0 strict

EXECUTABLE= wxdirect

post-patch::
    @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-3.0-config"|' \
        ${WRKSRC}/src/ParseC.hs

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