pkgsrc/wm/wmutils-opt/Makefile
kamil 9d3b107ebf Import wmutils-opt-0.20161004 as wm/wmutils-opt.
wmutils' opt

opt is at set of optional utilities meant to accompany wmutils-core.

Just as the wmutils-core programs, each utility does one job and does it well,
like dealing with window events or names.

opt has less utilities than core, here is a little overview:
 * chwb2 - control two different window borders
 * wew   - print window events
 * wname - print a window's name
 * xmmv  - move a window with the mouse
2016-11-13 22:03:20 +00:00

23 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/11/13 22:03:20 kamil Exp $
GITHUB_PROJECT= opt
GITHUB_TAG= 43d57505564617b33946f6a56850d764cb4a6f74
# Date of the latest git commit
DISTNAME= wmutils-opt-0.20161004
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=wmutils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wmutils.io/
COMMENT= Optional addons to wmutils
LICENSE= isc
EXTRACT_USING= bsdtar
USE_TOOLS+= gmake
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"