18 lines
425 B
Makefile
18 lines
425 B
Makefile
# $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"
|