mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4c46ca73d8
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.
32 lines
611 B
Makefile
32 lines
611 B
Makefile
# Created by: Matthieu Guegan <matt.guegan@free.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmonad
|
|
PORTVERSION= 0.15
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-wm haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Tiling window manager
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= xorg
|
|
USE_CABAL= extensible-exceptions mtl semigroups setlocale utf8-string X11
|
|
USE_XORG= x11
|
|
|
|
MAN1PAGES= xmonad.1
|
|
MAN1SRC= man
|
|
|
|
EXECUTABLE= xmonad
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
INSTALL_PORTEXAMPLES= ${INSTALL_DATA} ${WRKSRC}/man/xmonad.hs \
|
|
${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|