2003-06-05 23:48:20 +02:00
|
|
|
# New ports collection makefile for: gtk2hs
|
|
|
|
# Date created: 03 June 2002
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk2hs
|
2005-01-11 16:33:29 +01:00
|
|
|
PORTVERSION= 0.9.6
|
2003-06-05 23:48:20 +02:00
|
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= hs-
|
|
|
|
|
2004-03-06 22:29:59 +01:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2003-06-05 23:48:20 +02:00
|
|
|
COMMENT= A GTK2 Binding for Haskell
|
|
|
|
|
2004-10-17 11:25:00 +02:00
|
|
|
BUILD_DEPENDS= ghc-6.2.2:${PORTSDIR}/lang/ghc
|
|
|
|
RUN_DEPENDS= ghc-6.2.2:${PORTSDIR}/lang/ghc
|
2004-04-19 06:28:22 +02:00
|
|
|
|
2005-01-11 16:33:29 +01:00
|
|
|
USE_GNOME= gtk20 libglade2 gtksourceview
|
2003-06-05 23:48:20 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-c2hs=no
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2003-11-19 12:32:19 +01:00
|
|
|
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
|
|
|
|
PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
|
|
|
|
|
2003-06-05 23:48:20 +02:00
|
|
|
.include <bsd.port.mk>
|