diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 03:33:37 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 03:33:37 +0800 |
commit | 233ecc735d28397e70591f10c308950ec1288aa1 (patch) | |
tree | e5dd296663bf6f80cb126150411a35f6ce4d660b /lang/ghc | |
parent | 1a46c6bf3bbdab4b191ccb0e3054c197c3f14939 (diff) | |
download | freebsd-ports-gnome-233ecc735d28397e70591f10c308950ec1288aa1.tar.gz freebsd-ports-gnome-233ecc735d28397e70591f10c308950ec1288aa1.tar.zst freebsd-ports-gnome-233ecc735d28397e70591f10c308950ec1288aa1.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.9 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 5ed7f5fa4a84..587ccaf17cd5 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -310,6 +310,7 @@ wai-logger_port= www/hs-wai-logger warp_port= www/hs-warp webkit_port= www/hs-webkit wx_port= x11-toolkits/hs-wx +wxc_port= x11-toolkits/hs-wxc # lib_depends wxcore_port= x11-toolkits/hs-wxcore # lib_depends wxdirect_port= x11-toolkits/hs-wxdirect # executable X11_port= x11/hs-X11 # lib_depends |