mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c9808088fb
Obtained from: FreeBSD Haskell
24 lines
466 B
Makefile
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>
|