2008-11-23 09:22:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2010-05-24 23:52:43 +02:00
|
|
|
PORTNAME= X11-xft
|
2012-02-13 06:54:57 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 13
|
2008-11-23 09:22:31 +01:00
|
|
|
CATEGORIES= x11 haskell
|
|
|
|
|
2010-06-11 15:41:05 +02:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2008-11-23 09:22:31 +01:00
|
|
|
COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs
|
|
|
|
|
2011-05-09 07:28:57 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2013-09-05 19:37:22 +02:00
|
|
|
USES= pkgconfig
|
2011-05-09 07:28:57 +02:00
|
|
|
USE_CABAL= utf8-string>=0.1 X11>=1.2.1
|
2008-11-23 09:22:31 +01:00
|
|
|
USE_XORG= xft xrender
|
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
2008-11-23 09:22:31 +01:00
|
|
|
.include <bsd.port.mk>
|