mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= glib
|
|
PORTVERSION= 0.12.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Binding to the GLIB library for Gtk2Hs
|
|
|
|
LICENSE= LGPL21
|
|
FILE_LICENSE= COPYING
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USES= pkgconfig
|
|
USE_CABAL= gtk2hs-buildtools
|
|
USE_GNOME= glib20
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|