freebsd-ports/devel/hs-glib/Makefile
Ashish SHUKLA f8e2d628f1 The GNU Library is a collection of C data structures and utility function for
dealing with Unicode. This package only binds as much functionality as required
to support the packages that wrap libraries that are themselves based on GLib.

WWW: http://www.haskell.org/gtk2hs/

Approved by:	pgj (mentor)
Obtained from:	FreeBSD Haskell
2011-05-08 19:13:43 +00:00

23 lines
468 B
Makefile

# New ports collection makefile for: hs-glib
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= glib
PORTVERSION= 0.12.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Binding to the GLIB library for Gtk2Hs
LICENSE= LGPL21
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= gtk2hs-buildtools
USE_GNOME= glib20
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>