24 lines
468 B
Makefile
24 lines
468 B
Makefile
# New ports collection makefile for: wmctrl
|
|
# Date created: Feb 10 2004
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmctrl
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/
|
|
|
|
MAINTAINER= flz@xbsd.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
|
|
|
|
.include <bsd.port.mk>
|