diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-11 21:07:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-11 21:07:21 +0000 |
commit | 7bbeb5575967860aaa05278ab688d81c78a92bea (patch) | |
tree | 90fb48693bfb22d435aa845ab5d6b5f34ce167a8 /x11/wmctrl/Makefile | |
parent | b90f7c1e828bdf4c0497725c53c1b861ecadab63 (diff) |
Notes
Diffstat (limited to 'x11/wmctrl/Makefile')
-rw-r--r-- | x11/wmctrl/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile new file mode 100644 index 000000000000..327f5b4ef5ce --- /dev/null +++ b/x11/wmctrl/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: wmctrl +# Date created: Feb 10 2004 +# Whom: Florent Thoumie <flz@xbsd.org> +# +# $FreeBSD$ +# + +PORTNAME= wmctrl +PORTVERSION= 1.05 +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> |