diff --git a/x11-wm/wmname/Makefile b/x11-wm/wmname/Makefile index 7276459422b1..108efaf0f767 100644 --- a/x11-wm/wmname/Makefile +++ b/x11-wm/wmname/Makefile @@ -1,18 +1,21 @@ PORTNAME= wmname -PORTVERSION= 0.1 -PORTREVISION= 2 +DISTVERSION= 0.1 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= http://dl.suckless.org/tools/ MAINTAINER= nuncupatio@gmail.com COMMENT= Prints/sets the window manager name property of the root window WWW= https://tools.suckless.org/x/wmname +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= xorg USE_XORG= x11 xorgproto -PLIST_FILES= bin/wmname MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" \ X11LIB="${PREFIX}/lib" X11INC="${PREFIX}/include" +PLIST_FILES= bin/wmname .include