7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
19 lines
327 B
Makefile
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>
|