# New ports collection makefile for:	hs-gtk2hs-buildtools
# Date created:		March 13, 2011
# Whom:			haskell@FreeBSD.org
#
# $FreeBSD: ports/devel/hs-gtk2hs-buildtools/Makefile,v 1.2 2012/02/13 04:30:55 pgj Exp $
#

PORTNAME=	gtk2hs-buildtools
PORTVERSION=	0.12.1
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>
