diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-09 03:12:31 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-09 03:12:31 +0800 |
commit | 1784ebade559adc346fc03aad2199fcb775b7139 (patch) | |
tree | 64b8aa0c126cb8a333762d68dcdf1fcd4e02a932 /devel/hs-glade | |
parent | 0a845902488260448c6a10f408e3fa3b9aac40ad (diff) | |
download | freebsd-ports-gnome-1784ebade559adc346fc03aad2199fcb775b7139.tar.gz freebsd-ports-gnome-1784ebade559adc346fc03aad2199fcb775b7139.tar.zst freebsd-ports-gnome-1784ebade559adc346fc03aad2199fcb775b7139.zip |
This library allows to load externally stored user interfaces into programs.
This allows alteration of the interface without recompilation of the program.
WWW: http://www.haskell.org/gtk2hs/
Approved by: pgj (mentor)
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-glade')
-rw-r--r-- | devel/hs-glade/Makefile | 25 | ||||
-rw-r--r-- | devel/hs-glade/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-glade/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/hs-glade/Makefile b/devel/hs-glade/Makefile new file mode 100644 index 000000000000..05e33147247a --- /dev/null +++ b/devel/hs-glade/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hs-glade +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= glade +PORTVERSION= 0.12.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Binding to the glade library + +LICENSE= LGPL21 +FILE_LICENSE= COPYING + +CABAL_SETUP= Setup.hs +USE_CABAL= cairo>=0.12 glib>=0.12 gtk>=0.12 mtl pango>=0.12 +USE_GNOME= libglade2 + +PORTDATA= * + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-glade/distinfo b/devel/hs-glade/distinfo new file mode 100644 index 000000000000..d07ef9771e71 --- /dev/null +++ b/devel/hs-glade/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/glade-0.12.0.tar.gz) = b8d2a223c921be8415a2be460e4e4ef0d2f5f86e604f13bec7fd049fee0cf440 +SIZE (cabal/glade-0.12.0.tar.gz) = 149722 diff --git a/devel/hs-glade/pkg-descr b/devel/hs-glade/pkg-descr new file mode 100644 index 000000000000..17cbfe665ebe --- /dev/null +++ b/devel/hs-glade/pkg-descr @@ -0,0 +1,4 @@ +This library allows to load externally stored user interfaces into programs. +This allows alteration of the interface without recompilation of the program. + +WWW: http://www.haskell.org/gtk2hs/ |