freebsd-ports/x11/hs-X11-xft/Makefile
Gabor Pali efa1d78a46 - Restore and make default the XINERAMA option which was accidentally dropped
in r309275
- Bump port revision for the port and for all of its dependents, especially
  xmonad, because it can only work in dual-monitor configurations with this
  setting enabled

PR:		ports/178336
Submitted by:	Christopher J. Ruwe <cjr@cruwe.de>
Obtained from:	FreeBSD Haskell
2013-05-12 19:30:28 +00:00

17 lines
348 B
Makefile

# $FreeBSD$
PORTNAME= X11-xft
PORTVERSION= 0.3.1
PORTREVISION= 6
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs
LICENSE= LGPL21
USE_CABAL= utf8-string>=0.1 X11>=1.2.1
USE_XORG= xft xrender
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>