1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-toolkits/hs-wxc/Makefile
Gabor Pali 1f904641b2 - Fix problem with line endings
Reported by:	beatmail (via pointyhat)
Obtained from:	FreeBSD Haskell
2012-09-18 21:21:08 +00:00

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>