2b668c3ef5
This release fixes a bug causing libXpresent to have a wrong idea of the present wire protocol structures. Plus a number of documentation improvements. Aaron Plattner (1): Copy the standard .gitignore from other proto packages Adam Jackson (2): Add COPYING Force Window and Pixmap to be CARD32 on the wire Alan Coopersmith (1): configure: Drop AM_MAINTAINER_MODE Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (2): Add the required README file. config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Julien Cristau (2): Fix wrong reference to DRI3 in the protocol spec Bump version to 1.1 Keith Packard (4): Fix spelling of James Jones' email address Move Redirect stuff to 'later version' sections Don't define 'redirect' stuff in header files autogen.sh: Implement GNOME Build API Kenneth Graunke (1): Fix typo (modifiy -> modify) Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
19 lines
462 B
Makefile
19 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/01/26 08:40:32 wiz Exp $
|
|
|
|
DISTNAME= presentproto-1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/archive/individual/proto/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE=
|
|
COMMENT= X11 extension for efficient window updates
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c
|
|
|
|
PKGCONFIG_OVERRIDE+= presentproto.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|