mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
804b93ca8f
on top of wxWidgets, a comprehensive C++ library that is portable across all major GUI platforms, including GTK, Windows, X11, and MacOS X. This version works with wxWidgets 2.8 only. WWW: http://haskell.org/haskellwiki/WxHaskell Obtained from: FreeBSD Haskell
25 lines
471 B
Makefile
25 lines
471 B
Makefile
# New ports collection makefile for: hs-wxdirect
|
|
# Date created: January 26, 2012
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wxdirect
|
|
PORTVERSION= 0.13.1.1
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Helper tool for building wxHaskell
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= parsec>=2.1.0 strict>=0.3
|
|
|
|
EXECUTABLE= wxdirect
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|