1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11-toolkits/hs-gtk2hs/Makefile

39 lines
964 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtk2hs
# Date created: 03 June 2002
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtk2hs
2005-11-06 14:09:06 +00:00
PORTVERSION= 0.9.10
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= x11-toolkits haskell
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= hs-
MAINTAINER= haskell@FreeBSD.org
COMMENT= A GTK2 Binding for Haskell
2005-10-14 12:10:45 +00:00
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
${LOCALBASE}/lib/mozilla/libxpcom.so:${PORTSDIR}/www/mozilla
RUN_DEPENDS= ${BUILD_DEPENDS}
2004-04-19 04:28:22 +00:00
USE_GNOME= gtk20 libglade2 gtksourceview gconf2
GNU_CONFIGURE= yes
USE_GMAKE= yes
SUB_FILES= pkg-install
PKGDEINSTALL= ${PKGINSTALL}
2003-11-19 11:32:19 +00:00
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
SUB_LIST+= GHC_VERSION="${GHC_VERSION}" \
PORTVERSION=${PORTVERSION} \
PKGS="${PKGS}"
PKGS= cairo glib gtk mogul glade gconf sourceview mozembed
2003-11-19 11:32:19 +00:00
.include <bsd.port.mk>