mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1f904641b2
Reported by: beatmail (via pointyhat) Obtained from: FreeBSD Haskell
32 lines
613 B
Makefile
32 lines
613 B
Makefile
# New ports collection makefile for: hs-wxc
|
|
# Date created: May 9, 2012
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wxc
|
|
PORTVERSION= 0.90.0.4
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= wxHaskell C++ wrapper
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= wxdirect>=0.90
|
|
|
|
USE_WX= 2.9
|
|
WX_COMPS= wx
|
|
WX_UNICODE= yes
|
|
|
|
NOPORTDOCS= yes
|
|
USE_DOS2UNIX= yes
|
|
|
|
post-patch::
|
|
@${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-2.9-config"| ; \
|
|
s|/sbin/ldconfig -n|/sbin/ldconfig -m| ' ${WRKSRC}/Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|