freebsd-ports/x11-toolkits/hs-wxc/Makefile
Tobias C. Berner fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00

29 lines
552 B
Makefile

# $FreeBSD$
PORTNAME= wxc
PORTVERSION= 0.92.3.0
PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= wxHaskell C++ wrapper
USE_CABAL= split wxdirect
USES= dos2unix pkgconfig
USE_WX= 3.0
WX_COMPS= wx
IGNORE_DOCS= yes
IGNORE= Doesn't build with recent GHC version
post-patch::
@${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-3.0-config"| ; \
s|/sbin/ldconfig -n|/sbin/ldconfig -m| ; \
s|"2.9"|"3.0"|' \
${WRKSRC}/Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>