freebsd-ports/x11-toolkits/hs-wxcore/Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

19 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= wxcore
PORTVERSION= 0.91.0.0
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= wxHaskell core
USE_CABAL= parsec stm wxc>=0.91 wxdirect>=0.91
USES= dos2unix
DOS2UNIX_GLOB= *.hs
USE_WX= 3.0
WX_COMPS= wx
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>