aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-15 20:26:06 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-15 20:26:06 +0800
commitef782fb39d56cef3e4980e74b0cfa5d1a0c25ade (patch)
treec6f13db98409484bec884ed2fccddcec29976b7f /x11-wm
parent6562eb78f5063fe5f78a07cea597e40631f89763 (diff)
downloadfreebsd-ports-gnome-ef782fb39d56cef3e4980e74b0cfa5d1a0c25ade.tar.gz
freebsd-ports-gnome-ef782fb39d56cef3e4980e74b0cfa5d1a0c25ade.tar.zst
freebsd-ports-gnome-ef782fb39d56cef3e4980e74b0cfa5d1a0c25ade.zip
- Add LICENSE_FILE
- Strip binary - Fix WWW:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmfs/Makefile8
-rw-r--r--x11-wm/wmfs/pkg-descr2
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/wmfs/Makefile b/x11-wm/wmfs/Makefile
index cc6a65a0b6ee..5deb841ad51a 100644
--- a/x11-wm/wmfs/Makefile
+++ b/x11-wm/wmfs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wmfs
DISTVERSION= 201104
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= http://wmfs.info/attachments/download/45/ \
http://cloud.github.com/downloads/xorg62/wmfs/
@@ -12,8 +12,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Floating and tiling Window Manager From Scratch
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USES= pkgconfig
USE_XORG= x11 xft xpm
@@ -35,4 +36,7 @@ XINERARAM_CONFIGURE_WITH= xinerama
IMLIB_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
IMLIB_CONFIGURE_WITH= imlib2
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
.include <bsd.port.mk>
diff --git a/x11-wm/wmfs/pkg-descr b/x11-wm/wmfs/pkg-descr
index d96b9968f4bd..ae773d47503c 100644
--- a/x11-wm/wmfs/pkg-descr
+++ b/x11-wm/wmfs/pkg-descr
@@ -3,4 +3,4 @@ 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://www.wmfs.info/projects/wmfs/