2008-11-23 09:22:31 +01:00
|
|
|
# New ports collection makefile for: hs-x11-xft-ghc
|
|
|
|
# Date created: 2008-10-21
|
|
|
|
# Whom: Ashish Shukla <wahjava@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= x11-xft
|
|
|
|
PORTVERSION= 0.3
|
2009-12-06 21:56:55 +01:00
|
|
|
PORTREVISION= 4
|
2008-11-23 09:22:31 +01:00
|
|
|
CATEGORIES= x11 haskell
|
|
|
|
PKGNAMESUFFIX= -ghc
|
|
|
|
|
|
|
|
MAINTAINER= wahjava@gmail.com
|
|
|
|
COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs
|
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
USE_HACKAGE= 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
|
|
|
MASTER_SITES= http://hackage.haskell.org/packages/archive/X11-xft/${PORTVERSION}/
|
|
|
|
DISTNAME= X11-xft-${PORTVERSION}
|
2008-11-23 09:22:31 +01:00
|
|
|
|
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>
|