blob: 46da6157ad92e3183914e873e3b170aafe9d86dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.12 2012/10/29 05:07:23 asau Exp $
#
DISTNAME= xtoolwait-1.3
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
MAINTAINER= minoura@NetBSD.org
HOMEPAGE= http://www.hacom.nl/~richard/software/xtoolwait.html
COMMENT= Free implementation of SunOS toolwait(1)
USE_IMAKE= yes
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|