blob: 8691e7999144f612dc62eaf361a83b3aff2f0766 (
plain) (
blame)
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
|
# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$
PORTNAME= wmfs
DISTVERSION= 201104
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://wmfs.info/attachments/download/45/ \
http://cloud.github.com/downloads/xorg62/wmfs/
MAINTAINER= dhn@FreeBSD.org
COMMENT= Floating and tiling Window Manager From Scratch
LICENSE= BSD3CLAUSE
LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
USES= pkgconfig
USE_XORG= x11 xft xpm
HAS_CONFIGURE= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= XRANDR XINERAMA IMLIB
OPTIONS_DEFAULT= XRANDR XINERAMA IMLIB
CONFIGURE_ARGS= --prefix ${PREFIX} \
--man-prefix ${MANPREFIX}/man \
--xdg-config-dir ${PREFIX}/etc/xdg
XRANDR_USE= XORG=xrandr
XRANDR_CONFIGURE_WITH+= xrandr
XINERAMA_USE= XORG=xinerama
XINERARAM_CONFIGURE_WITH= xinerama
IMLIB_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
IMLIB_CONFIGURE_WITH= imlib2
.include <bsd.port.mk>
|