diff options
Diffstat (limited to 'x11-toolkits/hs-wxdirect')
-rw-r--r-- | x11-toolkits/hs-wxdirect/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/hs-wxdirect/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-wxdirect/pkg-descr | 6 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile new file mode 100644 index 000000000000..85b3d32ed832 --- /dev/null +++ b/x11-toolkits/hs-wxdirect/Makefile @@ -0,0 +1,24 @@ +# 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> diff --git a/x11-toolkits/hs-wxdirect/distinfo b/x11-toolkits/hs-wxdirect/distinfo new file mode 100644 index 000000000000..8d59faf24fd2 --- /dev/null +++ b/x11-toolkits/hs-wxdirect/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/wxdirect-0.13.1.1.tar.gz) = 4d65f57523e17d824333b2058b1113273efe312bc238d335a22b9f0a4592f103 +SIZE (cabal/wxdirect-0.13.1.1.tar.gz) = 32731 diff --git a/x11-toolkits/hs-wxdirect/pkg-descr b/x11-toolkits/hs-wxdirect/pkg-descr new file mode 100644 index 000000000000..331ac4c6a832 --- /dev/null +++ b/x11-toolkits/hs-wxdirect/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://haskell.org/haskellwiki/WxHaskell |