1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11/wmctrl/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

26 lines
488 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= 3
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>