freebsd-ports/x11-wm/wmname/Makefile
Martin Wilke 2927a622e1 - Update MASTER_SITES and maintainer mail adress
PR:		155733
Submitted by:	maintainer
2011-03-24 12:55:54 +00:00

20 lines
408 B
Makefile

# New ports collection makefile for: wmname
# Date created: 31 July 2009
# Whom: V. Jahns <vj562001@yahoo.de>
#
# $FreeBSD$
#
PORTNAME= wmname
PORTVERSION= 0.1
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
USE_XORG= x11 xproto
PLIST_FILES= bin/wmname
.include <bsd.port.mk>