aboutsummaryrefslogtreecommitdiff
path: root/x11/wmctrl/Makefile
blob: bf40d3bd91e2b41e932839a04dc3f6119969f854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	wmctrl
# Date created:				Feb 10 2004
# Whom:					Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#

PORTNAME=	wmctrl
PORTVERSION=	1.07
PORTREVISION=	2
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_X_PREFIX=	yes
USE_GNOME=	glib20

PLIST_FILES=	bin/wmctrl

MAN1=		wmctrl.1

.include <bsd.port.mk>