mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
7bbeb55759
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>
23 lines
452 B
Makefile
23 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>
|