blob: 5660388c8572dd8c8c9136a18ac86a71b6079102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2002/08/25 21:53:03 jlam Exp $
#
DISTNAME= xwit-3.4
PKGREVISION= 1
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"
|