mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
73f7c91b5d
(Part 1)
33 lines
738 B
Makefile
33 lines
738 B
Makefile
# New ports collection makefile for: gtk2hs
|
|
# Date created: 03 June 2002
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk2hs
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits haskell
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMEPREFIX= hs-
|
|
|
|
MAINTAINER= obraun@FreeBSD.org
|
|
COMMENT= A GTK2 Binding for Haskell
|
|
|
|
BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
|
|
RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
|
|
|
|
USE_SIZE= yes
|
|
USE_GNOME= gtk20
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-c2hs=no
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= BUILDDOCS=no
|
|
|
|
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
|
|
PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
|
|
|
|
.include <bsd.port.mk>
|