pkgsrc-wip/gtk2hs/Makefile
PHO / phonohawk 6dd4b92d32 Import gtk2hs-0.9.13 as wip/gtk2hs.
Gtk2Hs is a GUI library for Haskell based on Gtk+. Gtk+ is an
extensive and mature multi-platform toolkit for creating graphical
user interfaces.

Gtk2Hs features:

    * Automatic memory management.
    * Nearly complete coverage of the Gtk+ API.
    * Unicode support.
    * Extensive reference documentation.
    * Support for Linux, Windows, MacOS X and Unix platforms.
    * Support for several related GtK+ and Gnome modules:
          o the Glade visual user interface builder.
          o the cairo vector graphics library.
          o rendering of SVG images using cairo (via librsvg)
          o the Gtk+ OpenGL extension.
          o GConf for storing application preferences.
          o SourceView, an editor widget with syntax highlighting.
          o the Mozilla browser rendering engine in a Gtk+ widget
    * An implementation of the Graphics.SOE API.
2008-08-22 05:18:49 +00:00

34 lines
852 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 05:18:49 phonohawk Exp $
#
DISTNAME= gtk2hs-0.9.13
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2hs/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://gtk2hs.sourceforge.net/
COMMENT= GUI Library for Haskell based on Gtk
GNU_CONFIGURE= yes
USE_TOOLS+= bash pkg-config gmake
CONFIG_SHELL= bash
CONFIGURE_ARGS+= --without-pkgreg
CONFIGURE_ARGS+= --disable-split-objs
# Substitutions for INSTALL and DEINSTALL.
FILES_SUBST+= HASKELL_PKG_BIN=${PREFIX}/bin/ghc-pkg
FILES_SUBST+= GTK2HS_LIBDIR=${PREFIX}/lib/gtk2hs
PLIST_SRC= # empty
.include "options.mk"
PLIST_SRC+= PLIST.common
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/ghc/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
.if ${OPSYS} == "Darwin"
CPP_PRECOMP_FLAGS= # empty
.endif