mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
29 lines
597 B
Makefile
29 lines
597 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.3
|
||
|
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:${PORTSDIR}/lang/ghc
|
||
|
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||
|
|
||
|
USE_GNOME= gtk20
|
||
|
|
||
|
HAS_CONFIGURE= yes
|
||
|
CONFIGURE_ARGS+= --with-c2hs=no
|
||
|
USE_GMAKE= yes
|
||
|
MAKE_ENV+= BUILDDOCS=no
|
||
|
|
||
|
.include <bsd.port.mk>
|