pkgsrc/x11/resourceproto/Makefile
wiz 3a8054a1a3 Update to 1.2.0:
Version 1.2 of XResource protocol adds two requests: XResQueryClientIds
and XResQueryResourceBytes. They can be used for more exactly determining
which resources are used by which clients.

Support for these requests is planned for integration in the 1.11 X server
release cycle.
2012-06-03 19:55:10 +00:00

21 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/06/03 19:55:10 wiz Exp $
#
DISTNAME= resourceproto-1.2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Resource extension headers from X.org
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= resourceext-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= resourceproto.pc.in
USE_LANGUAGES= c
.include "../../mk/bsd.pkg.mk"