pkgsrc-wip/xcb-proto/Makefile
Jeremy C. Reed a1e2f696b8 Update to 1.1
No ChangeLog included in source.
I think the change is:
addition of the extension-multiword attribute to the XML schema.
2007-12-01 17:51:41 +00:00

19 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/12/01 17:51:41 jeremy-c-reed Exp $
#
DISTNAME= xcb-proto-1.1
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xcb.freedesktop.org/
COMMENT= XCB protocol descriptions (in XML)
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= xcb-proto.pc.in
.include "../../mk/bsd.pkg.mk"