blob: 9d8b31c93281cedf47946be41217f4ab5cb9653b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|