1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/hs-glade/Makefile
Gabor Pali c9808088fb - Update to 0.12.1
Obtained from:	FreeBSD Haskell
2012-02-13 04:30:55 +00:00

24 lines
466 B
Makefile

# New ports collection makefile for: hs-glade
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= glade
PORTVERSION= 0.12.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Binding to the glade library
LICENSE= LGPL21
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= glib>=0.12 gtk>=0.12
USE_GNOME= libglade2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>