freebsd-ports/devel/hs-gtk2hs-buildtools/Makefile
Ashish SHUKLA b3b140f838 This package provides a set of helper programs necessary to build the Gtk2Hs
suite of libraries.  These tools include a modified c2hs binding tool that
is used to generated FFI declarations, a tool to build a type hiearchy that
mirrors the C type hiearchy of GObjects found in glib, and a generator for
signal declarations that are used to call back from C to Haskell.  These tools
are not needed to actually run Gtk2Hs programs.

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

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

27 lines
552 B
Makefile

# New ports collection makefile for: hs-gtk2hs-buildtools
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gtk2hs-buildtools
PORTVERSION= 0.12.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Tools to build the Gtk2Hs suite of User Interface Libraries
LICENSE= GPLv2
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_ALEX= yes
USE_HAPPY= yes
STANDALONE= yes
EXECUTABLE= gtk2hsTypeGen gtk2hsHookGenerator gtk2hsC2hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>