blob: d21945465f618365e9aad86666b8087390e7bbf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.6 2004/03/11 16:19:03 xtraeme 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_BUILDLINK3= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|