summaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-pango/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:46:16 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:46:16 +0000
commitd6721e9b3bafeacdba4218c4b6cb642164124855 (patch)
treef8c282263c6a71c1dadd879f200741077a76e2fa /x11-toolkits/hs-pango/Makefile
parentGtkSourceView is a text widget that extends the standard GTK+ 2.x text widget (diff)
This package provides a wrapper around the Pango C library that allows
high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text on-screen. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=273796
Diffstat (limited to 'x11-toolkits/hs-pango/Makefile')
-rw-r--r--x11-toolkits/hs-pango/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile
new file mode 100644
index 000000000000..4e9619905d00
--- /dev/null
+++ b/x11-toolkits/hs-pango/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: hs-pango
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= pango
+PORTVERSION= 0.12.0
+CATEGORIES= x11-toolkits haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Binding to the Pango text rendering engine
+
+LICENSE= LGPL21
+FILE_LICENSE= COPYING
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= cairo>=0.12 glib>=0.12 mtl
+USE_GNOME= pango
+
+PORTDATA= *
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>