pkgsrc/x11/xextproto/Makefile
wiz 5fdd7e3c65 Update to 7.3.0:
7.3.0:
Here's a stable xextproto to go along with Xserver 1.15

Keith Packard (1):
      Bump release to 7.3

7.2.99.901:
Here's a release of xextproto that includes the new MIT-SHM requests

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Keith Packard (2):
      Adds MIT-SHM AttachFd and CreateSegment requests
      Bump version to 7.2.99.901 (7.3 RC1)
2013-12-31 17:34:27 +00:00

22 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.15 2013/12/31 17:34:27 wiz Exp $
DISTNAME= xextproto-7.3.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= XExt extension headers from X.org
LICENSE= mit
CONFLICTS+= xextensions-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-xmlto
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in
post-install:
${INSTALL_DATA} ${FILESDIR}/shmstr.h ${DESTDIR}${PREFIX}/include/X11/extensions
.include "../../mk/bsd.pkg.mk"