b9b573cbb2
Peter Hutterer (2): Protect _XiDevicePresenceNotifyEvent declaration against C++ includes. #19075 inputproto 1.5.1
21 lines
471 B
Makefile
21 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/07/22 12:34:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= inputproto-1.5.1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= xextensions-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= inputproto.pc.in
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|