pkgsrc/x11/xproto/Makefile
joerg fd109f15b7 Use attributes from the implementation namespace. Applications might be
redefining them otherwise and creating conflicts. Bump revision.
2012-11-16 20:04:47 +00:00

24 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.22 2012/11/16 20:04:47 joerg Exp $
#
DISTNAME= xproto-7.0.23
PKGREVISION= 2
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xproto.pc.in
USE_LANGUAGES= c
post-extract:
${MV} ${WRKSRC}/Xos_r.h ${WRKSRC}/Xos_r.h.in
.include "../../mk/bsd.pkg.mk"