5c4c8cc6ce
Xtermcontrol enables dynamic control of xterm properties. It makes it easy to change colors, title, font and geometry of a running xterm, as well as to report the current settings of these properties. Window manipulations de-/iconify, raise/lower, maximize/restore and reset are also supported.
14 lines
348 B
Makefile
14 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/05/30 22:58:05 khorben Exp $
|
|
|
|
DISTNAME= xtermcontrol-3.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://thrysoee.dk/xtermcontrol/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://thrysoee.dk/xtermcontrol/
|
|
COMMENT= Dynamic control of xterm properties
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|