aboutsummaryrefslogtreecommitdiff
path: root/x11/wmctrl/Makefile
blob: 30ca7011684c06d2b4841471712c353597c7a8ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Florent Thoumie <flz@xbsd.org>
# $FreeBSD$

PORTNAME=	wmctrl
PORTVERSION=	1.07
PORTREVISION=	7
CATEGORIES=	x11
MASTER_SITES=	http://sweb.cz/tripie/utils/wmctrl/dist/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Command line tool to interact with an EWMH/NetWM compatible X managers

LICENSE=	GPLv2

USES=		gnome pkgconfig xorg
GNU_CONFIGURE=	yes
USE_XORG=	x11 xmu xext xt
USE_GNOME=	glib20

PLIST_FILES=	bin/wmctrl man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>