c094fb20e1
Two fixes to the specs (i.e. text-file only). And Andreas' patch fixes up our asciidoc output to provide consistent output on rebuilds. Andreas Boll (1): specs: Set TZ=UTC before calling asciidoc Peter Hutterer (3): specs: note the (unused) time field in XIPassiveGrabDevice specs: rename EVENTMASK to EVTYPEMASK inputproto 2.3.2
18 lines
446 B
Makefile
18 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/04/08 14:50:03 wiz Exp $
|
|
|
|
DISTNAME= inputproto-2.3.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Input extension headers from X.org
|
|
|
|
CONFLICTS+= xextensions-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= inputproto.pc.in
|
|
CONFIGURE_ARGS+= --with-asciidoc=no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|