1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11/wmctrl/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 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= 5
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>