diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 05:35:29 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 05:35:29 +0800 |
commit | bade60ee6dd12cf7cc73406ade12520bae5e249d (patch) | |
tree | ef2ba53a7576d1042eb24fca821b9b29cd51e908 /lang/ghc | |
parent | 6553cf3dd874ddc2d16d243e26b4cd79017e896a (diff) | |
download | freebsd-ports-gnome-bade60ee6dd12cf7cc73406ade12520bae5e249d.tar.gz freebsd-ports-gnome-bade60ee6dd12cf7cc73406ade12520bae5e249d.tar.zst freebsd-ports-gnome-bade60ee6dd12cf7cc73406ade12520bae5e249d.zip |
wxHaskell is a portable and native GUI library for Haskell. It is built
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. Distributed under the WXWINDOWS
LIBRARY LICENSE. Please see LICENSE file, but note that this is
essentially LGPL with an exception allowing binary distribution of
proprietary software. This is the same license as wxWidgets itself
uses.
WWW: http://haskell.org/haskellwiki/WxHaskell
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index d4d94a731906..6f3920331701 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -281,6 +281,7 @@ wai-extra_port= www/hs-wai-extra wai-logger_port= www/hs-wai-logger warp_port= www/hs-warp webkit_port= www/hs-webkit +wxcore_port= x11-toolkits/hs-wxcore # lib_depends wxdirect_port= x11-toolkits/hs-wxdirect # executable X11_port= x11/hs-X11 # lib_depends X11-xft_port= x11/hs-X11-xft |