diff options
Diffstat (limited to 'x11/xtermcontrol/Makefile')
-rw-r--r-- | x11/xtermcontrol/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/xtermcontrol/Makefile b/x11/xtermcontrol/Makefile new file mode 100644 index 00000000000..af9dbfbccfa --- /dev/null +++ b/x11/xtermcontrol/Makefile @@ -0,0 +1,14 @@ +# $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" |