diff options
author | dhn <dhn@FreeBSD.org> | 2010-03-29 04:04:18 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2010-03-29 04:04:18 +0800 |
commit | 8996719f5389f2c8da07ab70651d7c6cc7bb9862 (patch) | |
tree | e16db7858aea4957d2cea8889d0981bd1b5c45be /x11-wm/wmfs | |
parent | 15a493fc6f7abd328a6e38006244d1af5bf6ffa8 (diff) | |
download | freebsd-ports-gnome-8996719f5389f2c8da07ab70651d7c6cc7bb9862.tar.gz freebsd-ports-gnome-8996719f5389f2c8da07ab70651d7c6cc7bb9862.tar.zst freebsd-ports-gnome-8996719f5389f2c8da07ab70651d7c6cc7bb9862.zip |
- Update to 201003
PR: ports/145109
Submitted by: Philippe Pepiot <phil@philpep.org>
Diffstat (limited to 'x11-wm/wmfs')
-rw-r--r-- | x11-wm/wmfs/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/wmfs/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-wm/wmfs/Makefile b/x11-wm/wmfs/Makefile index 3879b3245677..b384eba90f96 100644 --- a/x11-wm/wmfs/Makefile +++ b/x11-wm/wmfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmfs -DISTVERSION= 201001 +DISTVERSION= 201003 CATEGORIES= x11-wm MASTER_SITES= http://www.wmfs.info/static/dl/ @@ -30,8 +30,14 @@ PLIST_FILES= bin/wmfs \ %%DOCSDIR%%/wmfsrc PLIST_DIRS= %%DOCSDIR%% etc/xdg/wmfs etc/xdg share/xsessions +OPTIONS= IMLIB2 "Enable Imlib2 support" on + .include <bsd.port.pre.mk> +.if defined(WITH_IMLIB2) +USE_EFL+= imlib2 +.endif + post-patch: @${REINPLACE_CMD} -e 's|share/$${PROJECT_NAME})|${DOCSDIR})|g' \ -e 's|$${PREFIX}/share/man|/$${PREFIX}/man|g' \ diff --git a/x11-wm/wmfs/distinfo b/x11-wm/wmfs/distinfo index e3fd7001bb1e..1e3a0a40903e 100644 --- a/x11-wm/wmfs/distinfo +++ b/x11-wm/wmfs/distinfo @@ -1,3 +1,3 @@ -MD5 (wmfs-201001.tar.gz) = c9c911c11450dc145a2ccbb66e8d0034 -SHA256 (wmfs-201001.tar.gz) = 5c8d71f20d6e981172c8a954bf1d05f4159e4c4e63db11b05482e411e85e0f5c -SIZE (wmfs-201001.tar.gz) = 102502 +MD5 (wmfs-201003.tar.gz) = 60c358bc0e45ea7728d510906448d6f3 +SHA256 (wmfs-201003.tar.gz) = 4af8ab92d166b465d8a9a5e2c881c6ce489ee27c049b38ef6344e4bf1a10b67e +SIZE (wmfs-201003.tar.gz) = 107711 |