freebsd-ports/x11/wmctrl/Makefile
Martin Wilke 8bc8d7d5cb - Remove USE_XLIB/USE_X_PREFIX in favor of USE_XORG
- Bump PORTREVISION

Approved by:	flz (maintainer via irc)
2008-03-21 19:03:29 +00:00

25 lines
496 B
Makefile

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