diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-01 18:52:49 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-01 18:52:49 +0000 |
commit | 17dba8cb5d35eee5703d2ea8da2e068380372221 (patch) | |
tree | ae2e0d823d885e8da37298074afd4b0dd81cb71e /x11/dmenu/Makefile | |
parent | 366bee7eecbe976cbbaeccb94e3e97f6aa178025 (diff) |
Notes
Diffstat (limited to 'x11/dmenu/Makefile')
-rw-r--r-- | x11/dmenu/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index 48f70f9e5261..f30f783fc970 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dmenu -PORTVERSION= 4.3.1 +PORTVERSION= 4.4 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ \ http://schot.a-eskwadraat.nl/files/ @@ -14,15 +14,15 @@ MASTER_SITES= http://dl.suckless.org/tools/ \ MAINTAINER= schot@a-eskwadraat.nl COMMENT= X11 menu application designed for the dwm window manager +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + OPTIONS= XINERAMA "Enable Xinerama support" On USE_XORG= x11 -MAN1= dmenu.1 -PLIST_FILES= bin/dmenu bin/dmenu_path bin/dmenu_run - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +MAN1= dmenu.1 lsx.1 +PLIST_FILES= bin/dmenu bin/dmenu_run bin/lsx .include <bsd.port.options.mk> |