freebsd-ports/x11-toolkits/hs-wxdirect/Makefile

19 lines
323 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= wxdirect
PORTVERSION= 0.90.0.1
PORTREVISION= 8
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Helper tool for building wxHaskell
LICENSE= BSD
USE_CABAL= parsec>=2.1.0 strict
EXECUTABLE= wxdirect
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>