- Update to 201104
PR: ports/156361 Submitted by: David Demelier <demelier.david@gmail.com>
This commit is contained in:
parent
3318786bf2
commit
1e27535f8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272643
5 changed files with 20 additions and 19 deletions
|
@ -6,10 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= wmfs
|
||||
DISTVERSION= 201011
|
||||
DISTVERSION= 201104
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://wmfs.info/attachments/download/15/ \
|
||||
http://cloud.github.com/downloads/philpep/wmfs/
|
||||
http://cloud.github.com/downloads/xorg62/wmfs/ \
|
||||
http://cloud.github.com/downloddads/philpep/wmfs/
|
||||
|
||||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= A floating and tiling Window Manager From Scratch
|
||||
|
@ -25,11 +26,7 @@ HAS_CONFIGURE= yes
|
|||
MAN1= ${PORTNAME}.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
PLIST_FILES= bin/wmfs \
|
||||
etc/xdg/wmfs/wmfsrc \
|
||||
share/xsessions/wmfs.desktop
|
||||
|
||||
PLIST_DIRS= etc/xdg/wmfs etc/xdg share/xsessions
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS= XRANDR "Enable xrandr support" on \
|
||||
XINERAMA "Enable xinerama support" on \
|
||||
|
@ -60,7 +57,7 @@ CONFIGURE_ARGS+= --without-imlib2
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \
|
||||
${PKGDIR}/pkg-message
|
||||
${CAT} ${PKGMESSAGE} | ${SED} "s|%%PREFIX%%|${PREFIX}|g" \
|
||||
${FILESDIR}/pkg-message.in
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (wmfs-201011.tar.gz) = 85d3c77a267608c3c736f3a23032119bda3328f3571d5d3064e99bcea55e69e5
|
||||
SIZE (wmfs-201011.tar.gz) = 85765
|
||||
SHA256 (wmfs-201104.tar.gz) = c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
|
||||
SIZE (wmfs-201104.tar.gz) = 79878
|
||||
|
|
6
x11-wm/wmfs/files/pkg-message.in
Normal file
6
x11-wm/wmfs/files/pkg-message.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
A default wmfsrc has been installed to:
|
||||
%%PREFIX%%/etc/xdg/wmfs/wmfsrc
|
||||
|
||||
You may copy it to ~/.config/wmfs and modify it
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
##########################################
|
||||
wmfs has been installed.
|
||||
|
||||
A default wmfsrc has been installed to:
|
||||
PREFIX/etc/xdg/wmfs/wmfsrc
|
||||
Copy it to ~/.config/wmfs/ and modify it.
|
||||
|
||||
##########################################
|
6
x11-wm/wmfs/pkg-plist
Normal file
6
x11-wm/wmfs/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/wmfs
|
||||
etc/xdg/wmfs/wmfsrc
|
||||
share/xsessions/wmfs.desktop
|
||||
@dirrm share/xsessions
|
||||
@dirrm etc/xdg/wmfs
|
||||
@dirrmtry etc/xdg
|
Loading…
Reference in a new issue