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-11-06 15:09:06 +01:00
|
|
|
PORTVERSION= 0.9.10
|
2005-10-16 22:36:26 +02:00
|
|
|
PORTEPOCH= 1
|
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
|
|
|
|
|
2005-10-14 14:10:45 +02:00
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
|
2005-02-01 10:07:01 +01:00
|
|
|
${X11BASE}/lib/mozilla/libxpcom.so:${PORTSDIR}/www/mozilla
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2004-04-19 06:28:22 +02:00
|
|
|
|
2005-02-01 10:07:01 +01:00
|
|
|
USE_GNOME= gtk20 libglade2 gtksourceview gconf2
|
|
|
|
GNU_CONFIGURE= yes
|
2003-06-05 23:48:20 +02:00
|
|
|
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>
|