aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 14:03:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 14:03:33 +0000
commit846825312aa2fb296f9c628ea6423c337b94fc52 (patch)
treefff01759b47896ae51cccd4bfc9ec8cd66330989 /x11-wm
parent8fe6de265f78969049ace1c40af285de2302eae5 (diff)
downloadports-846825312aa2fb296f9c628ea6423c337b94fc52.tar.gz
ports-846825312aa2fb296f9c628ea6423c337b94fc52.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmfs/Makefile26
-rw-r--r--x11-wm/wmfs/pkg-descr10
2 files changed, 20 insertions, 16 deletions
diff --git a/x11-wm/wmfs/Makefile b/x11-wm/wmfs/Makefile
index 5deb841ad51a..d8c6d076867f 100644
--- a/x11-wm/wmfs/Makefile
+++ b/x11-wm/wmfs/Makefile
@@ -5,8 +5,7 @@ PORTNAME= wmfs
DISTVERSION= 201104
PORTREVISION= 4
CATEGORIES= x11-wm
-MASTER_SITES= http://wmfs.info/attachments/download/45/ \
- http://cloud.github.com/downloads/xorg62/wmfs/
+MASTER_SITES= GHC
MAINTAINER= ports@FreeBSD.org
COMMENT= Floating and tiling Window Manager From Scratch
@@ -16,23 +15,28 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
+USE_GITHUB= yes
+GH_ACCOUNT= xorg62
+
USES= pkgconfig
USE_XORG= x11 xft xpm
HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix ${PREFIX} \
+ --man-prefix ${MANPREFIX}/man \
+ --xdg-config-dir ${PREFIX}/etc/xdg
+
+CFLAGS+= -I${LOCALBASE}/include \
+ -I${LOCALBASE}/include/freetype2
SUB_FILES= pkg-message
-OPTIONS_DEFINE= XRANDR XINERAMA IMLIB
+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
+XRANDR_USE= XORG=xrandr
+XRANDR_CONFIGURE_WITH= xrandr
+XINERAMA_USE= XORG=xinerama
+XINERAMA_CONFIGURE_WITH= xinerama
IMLIB_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
IMLIB_CONFIGURE_WITH= imlib2
diff --git a/x11-wm/wmfs/pkg-descr b/x11-wm/wmfs/pkg-descr
index ae773d47503c..9ca3a7ba221b 100644
--- a/x11-wm/wmfs/pkg-descr
+++ b/x11-wm/wmfs/pkg-descr
@@ -1,6 +1,6 @@
-WMFS (Window Manager From Scratch) is a lightweight tiling
-window manager for X. It can be configured with a configuration
-file (made with LibConfuse), it supports Xft (FreeType) fonts
-and EWMH hints wm standards.
+WMFS (Window Manager From Scratch) is a lightweight tiling window
+manager for X. It can be configured with a configuration file (made with
+LibConfuse), it supports Xft (FreeType) fonts and EWMH hints wm
+standards.
-WWW: https://www.wmfs.info/projects/wmfs/
+WWW: https://github.com/xorg62/wmfs/