summaryrefslogtreecommitdiffstats
path: root/x11-wm/wmfs/Makefile
blob: 87daa5ce8107df8f1f122430ed4a56627b2ae886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$

PORTNAME=	wmfs
DISTVERSION=	201104
PORTREVISION=	1
CATEGORIES=	x11-wm
MASTER_SITES=	http://wmfs.info/attachments/download/45/ \
		http://cloud.github.com/downloads/xorg62/wmfs/

MAINTAINER=	dhn@FreeBSD.org
COMMENT=	A floating and tiling Window Manager From Scratch

LICENSE=	BSD

LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2

USE_PKGCONFIG=	build
USE_XORG=	x11 xft xpm
HAS_CONFIGURE=	yes

MAN1=	${PORTNAME}.1
MANCOMPRESSED=	yes

SUB_FILES=	pkg-message

OPTIONS_DEFINE=	XRANDR XINERAMA IMLIB
OPTIONS_DEFAULT=	XRANDR XINERAMA IMLIB

.include <bsd.port.options.mk>

CONFIGURE_ARGS=	--prefix ${PREFIX} \
			--man-prefix ${MANPREFIX}/man \
			--xdg-config-dir ${PREFIX}/etc/xdg

.if ${PORT_OPTIONS:MXRANDR}
USE_XORG+=	xrandr
.else
CONFIGURE_ARGS+=	--without-xrandr
.endif

.if ${PORT_OPTIONS:MXINERAMA}
USE_XORG+=	xinerama
.else
CONFIGURE_ARGS+=	--without-xinerama
.endif

.if ${PORT_OPTIONS:MIMLIB}
USE_EFL+=	imlib2
.else
CONFIGURE_ARGS+=	--without-imlib2
.endif

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud