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
23 lines
468 B
Makefile
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>
|