View | Details | Raw Unified | Return to bug 202860
Collapse All | Expand All

(-)x11-wm/wmfs/Makefile (-11 / +14 lines)
Lines 5-12 Link Here
5
DISTVERSION=	201104
5
DISTVERSION=	201104
6
PORTREVISION=	4
6
PORTREVISION=	4
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://wmfs.info/attachments/download/45/ \
8
MASTER_SITES=	GHC
9
		http://cloud.github.com/downloads/xorg62/wmfs/
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Floating and tiling Window Manager From Scratch
11
COMMENT=	Floating and tiling Window Manager From Scratch
Lines 16-38 Link Here
16
15
17
LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
16
LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
18
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	xorg62
20
19
USES=		pkgconfig
21
USES=		pkgconfig
20
USE_XORG=	x11 xft xpm
22
USE_XORG=	x11 xft xpm
21
HAS_CONFIGURE=	yes
23
HAS_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--prefix ${PREFIX} \
25
		--man-prefix ${MANPREFIX}/man \
26
		--xdg-config-dir ${PREFIX}/etc/xdg
27
28
CFLAGS+=	-I${LOCALBASE}/include
22
29
23
SUB_FILES=	pkg-message
30
SUB_FILES=	pkg-message
24
31
25
OPTIONS_DEFINE=	XRANDR XINERAMA IMLIB
32
OPTIONS_DEFINE=		XRANDR XINERAMA IMLIB
26
OPTIONS_DEFAULT=	XRANDR XINERAMA IMLIB
33
OPTIONS_DEFAULT=	XRANDR XINERAMA IMLIB
27
34
28
CONFIGURE_ARGS=	--prefix ${PREFIX} \
35
XRANDR_USE=		XORG=xrandr
29
		--man-prefix ${MANPREFIX}/man \
36
XRANDR_CONFIGURE_WITH=	xrandr
30
		--xdg-config-dir ${PREFIX}/etc/xdg
37
XINERAMA_USE=		XORG=xinerama
31
38
XINERAMA_CONFIGURE_WITH=	xinerama
32
XRANDR_USE=	XORG=xrandr
33
XRANDR_CONFIGURE_WITH+=	xrandr
34
XINERAMA_USE=	XORG=xinerama
35
XINERARAM_CONFIGURE_WITH=	xinerama
36
IMLIB_LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
39
IMLIB_LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
37
IMLIB_CONFIGURE_WITH=	imlib2
40
IMLIB_CONFIGURE_WITH=	imlib2
38
41
(-)x11-wm/wmfs/pkg-descr (-5 / +5 lines)
Lines 1-6 Link Here
1
WMFS (Window Manager From Scratch) is a lightweight tiling
1
WMFS (Window Manager From Scratch) is a lightweight tiling window
2
window manager for X. It can be configured with a configuration
2
manager for X. It can be configured with a configuration file (made with
3
file (made with LibConfuse), it supports Xft (FreeType) fonts
3
LibConfuse), it supports Xft (FreeType) fonts and EWMH hints wm
4
and EWMH hints wm standards.
4
standards.
5
5
6
WWW: https://www.wmfs.info/projects/wmfs/
6
WWW: https://github.com/xorg62/wmfs/

Return to bug 202860