Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= wmfs |
8 |
PORTNAME= wmfs |
9 |
DISTVERSION= 201011 |
9 |
DISTVERSION= 201104 |
10 |
CATEGORIES= x11-wm |
10 |
CATEGORIES= x11-wm |
11 |
MASTER_SITES= http://wmfs.info/attachments/download/15/ \ |
11 |
MASTER_SITES= http://wmfs.info/attachments/download/15/ \ |
12 |
http://cloud.github.com/downloads/philpep/wmfs/ |
12 |
http://cloud.github.com/downloads/xorg62/wmfs/ \ |
|
|
13 |
http://cloud.github.com/downloddads/philpep/wmfs/ |
13 |
|
14 |
|
14 |
MAINTAINER= dhn@FreeBSD.org |
15 |
MAINTAINER= dhn@FreeBSD.org |
15 |
COMMENT= A floating and tiling Window Manager From Scratch |
16 |
COMMENT= A floating and tiling Window Manager From Scratch |
Lines 25-35
Link Here
|
25 |
MAN1= ${PORTNAME}.1 |
26 |
MAN1= ${PORTNAME}.1 |
26 |
MANCOMPRESSED= yes |
27 |
MANCOMPRESSED= yes |
27 |
|
28 |
|
28 |
PLIST_FILES= bin/wmfs \ |
29 |
SUB_FILES= pkg-message |
29 |
etc/xdg/wmfs/wmfsrc \ |
|
|
30 |
share/xsessions/wmfs.desktop |
31 |
|
32 |
PLIST_DIRS= etc/xdg/wmfs etc/xdg share/xsessions |
33 |
|
30 |
|
34 |
OPTIONS= XRANDR "Enable xrandr support" on \ |
31 |
OPTIONS= XRANDR "Enable xrandr support" on \ |
35 |
XINERAMA "Enable xinerama support" on \ |
32 |
XINERAMA "Enable xinerama support" on \ |
Lines 60-66
Link Here
|
60 |
.endif |
57 |
.endif |
61 |
|
58 |
|
62 |
post-install: |
59 |
post-install: |
63 |
@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \ |
60 |
${CAT} ${PKGMESSAGE} | ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ |
64 |
${PKGDIR}/pkg-message |
61 |
${FILESDIR}/pkg-message.in |
65 |
|
62 |
|
66 |
.include <bsd.port.post.mk> |
63 |
.include <bsd.port.post.mk> |