2011-05-08 21:28:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= soegtk
|
2012-02-13 06:01:24 +01:00
|
|
|
PORTVERSION= 0.12.1
|
2014-03-29 01:52:54 +01:00
|
|
|
PORTREVISION= 10
|
2011-05-08 21:28:45 +02:00
|
|
|
CATEGORIES= graphics haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= GUI functions as used in the book "The Haskell School of Expression"
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2012-02-13 06:01:24 +01:00
|
|
|
USE_CABAL= cairo>=0.12 gtk>=0.11 mtl stm>=2
|
2011-05-08 21:28:45 +02:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|