freebsd-ports/graphics/hs-HGL/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

18 lines
385 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= HGL
PORTVERSION= 3.2.0.2
PORTREVISION= 9
CATEGORIES= graphics haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A simple Haskell graphics library based on X11 or Win32
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= X11
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>