1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11/hs-X11/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

28 lines
624 B
Makefile

# Created by: Volker Stolz <vs@FreeBSD.org>
# $FreeBSD$
PORTNAME= X11
PORTVERSION= 1.8
PORTREVISION= 7
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Binding to the X11 graphics library
LICENSE= BSD3CLAUSE
USES= xorg
USE_CABAL= data-default
USE_XORG= x11 xrandr xext
FLAGS_DEFINE= XINERAMA
FLAGS_DEFAULT= XINERAMA
XINERAMA_DESC= Build with Xinerama support
XINERAMA_FLAG_XORG= xinerama
XINERAMA_FLAG_CONFIGURE_ON= --configure-option="--with-xinerama"
XINERAMA_FLAG_CONFIGURE_OFF= --configure-option="--without-xinerama"
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>