2003-06-05 21:48:20 +00:00
|
|
|
# New ports collection makefile for: gtk2hs
|
|
|
|
# Date created: 03 June 2002
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk2hs
|
2005-10-16 20:36:26 +00:00
|
|
|
PORTVERSION= 0.9.9
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 1
|
2005-10-16 20:36:26 +00:00
|
|
|
PORTEPOCH= 1
|
2003-06-05 21:48:20 +00:00
|
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= hs-
|
|
|
|
|
2004-03-06 21:29:59 +00:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2003-06-05 21:48:20 +00:00
|
|
|
COMMENT= A GTK2 Binding for Haskell
|
|
|
|
|
2005-10-14 12:10:45 +00:00
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
|
2005-02-01 09:07:01 +00:00
|
|
|
${X11BASE}/lib/mozilla/libxpcom.so:${PORTSDIR}/www/mozilla
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2004-04-19 04:28:22 +00:00
|
|
|
|
2005-02-01 09:07:01 +00:00
|
|
|
USE_GNOME= gtk20 libglade2 gtksourceview gconf2
|
|
|
|
GNU_CONFIGURE= yes
|
2003-06-05 21:48:20 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2003-11-19 11:32:19 +00:00
|
|
|
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
|
|
|
|
PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
|
|
|
|
|
2003-06-05 21:48:20 +00:00
|
|
|
.include <bsd.port.mk>
|