blob: 77f84b0ee1b6e85804386d4ca0f666475da03fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.12 2008/07/14 12:56:20 joerg Exp $
#
DISTNAME= xwit-3.4
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Utility for calling X11 functions from the shell
PKG_DESTDIR_SUPPORT= user-destdir
USE_IMAKE= yes
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|