Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-gconf/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= gconf | PORTNAME= gconf | ||||
| PORTVERSION= 0.13.1.0 | PORTVERSION= 0.13.1.0 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Binding to the GNOME configuration database system | COMMENT= Binding to the GNOME configuration database system | ||||
| LICENSE= LGPL21 | LICENSE= LGPL21 | ||||
| USES= pkgconfig | USES= pkgconfig | ||||
| USE_CABAL= glib>=0.13.0.0 gtk2hs-buildtools text>=0.11.0.6 | USE_CABAL= glib>=0.13.0.0 gtk2hs-buildtools | ||||
| USE_GNOME= gconf2 | USE_GNOME= gconf2 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||