freebsd-ports/x11/wmctrl/Makefile
Pav Lucistnik 7bbeb55759 Add wmctrl, a command line tool to interact with an
EWMH/NetWM compatible X Window Manager.

It provides command line access to almost all the features defined in
the EWMH specification. Using it, it's possible to, for example, obtain
information about the window manager, get a detailed list of desktops
and managed windows, switch and resize desktops, change number of
desktops, make windows full-screen, always-above or sticky, and
activate, close, move, resize, maximize and minimize them.

PR:		ports/62656
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-02-11 21:07:21 +00:00

22 lines
452 B
Makefile

# New ports collection makefile for: wmctrl
# Date created: Feb 10 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#
PORTNAME= wmctrl
PORTVERSION= 1.05
CATEGORIES= x11
MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/
MAINTAINER= flz@xbsd.org
COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GNOME= glib20
PLIST_FILES= bin/wmctrl
.include <bsd.port.mk>