2927a622e1
PR: 155733 Submitted by: maintainer
20 lines
408 B
Makefile
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>
|