blob: b3afdd42e3b607164d51e3915a9a99d8c212ac78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.4 2003/03/03 04:17:23 jschauma Exp $
#
DISTNAME= xwit-3.4
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
MAINTAINER= seb@netbsd.org
COMMENT= Utility for calling X11 functions from the shell
USE_BUILDLINK2= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|