48b13ac777
7.0.31 A bit of a brownbag release; sorry I didn't catch the typo in review. Keith Packard (2): Fix typo __has_extenstion -> __has_extension xproto 7.0.31 7.0.30 Jeremy Huddleston Sequoia (5): Xfuncproto.h: Define __has_feature() if it isn't already Xfuncproto.h: Define __has_extension() if it isn't already Xfuncproto: Add support for _X_DEPRECATED_MSG() macro Xfuncproto: Add support for _X_NOTSAN macro xproto 7.0.30
23 lines
561 B
Makefile
23 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.32 2016/09/30 10:33:50 wiz Exp $
|
|
|
|
DISTNAME= xproto-7.0.31
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X protocol and ancillary headers from Xorg X11
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= xproto.pc.in
|
|
USE_LANGUAGES= c
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/Xos_r.h ${WRKSRC}/Xos_r.h.in
|
|
|
|
pre-configure:
|
|
sleep 1 && ${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|