pkgsrc/x11/randrproto/Makefile
tnn 9b774c457a Update to randrproto-1.3.1. Changes:
Punctuation fix.
Clarify that GetOutputPrimary is per-screen.
Update reference to renderproto.txt
Allow inactive outputs to be set as primary
Remove trailing white space from randrproto.txt
Add XORG_DEFAULT_OPTIONS invocation in configure.ac
Bump version to 1.3.1
New properties claimed to be in version 1.4 instead of 1.3.1
Sort properties alphabetically.
Should read "EDID", not "EdidData" (2).
Add Backlight property description.
2010-01-15 17:55:15 +00:00

20 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/01/15 17:55:15 tnn Exp $
#
DISTNAME= randrproto-1.3.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Randr extension headers from modular X.org
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= randrext-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= randrproto.pc.in
.include "../../mk/bsd.pkg.mk"