pkgsrc/x11/renderproto/Makefile
wiz 5364445eaa Update to 0.11.1:
Adam Jackson (3):
      Clarify alpha-map loop prevention (#23581)
      Make recursive alpha maps undefined
      renderproto 0.11.1

Gaetan Nadon (8):
      .gitignore: use common defaults with custom section # 24239
      configure.ac: AM_MAINTAINER_MODE missing #24238
      configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
      Makefile.am: INSTALL file is missing or incorrect #24206
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      README: file created or updated #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: remove the pkgconfig pc.in file from EXTRA_DIST

Peter Hutterer (1):
      Update date/version on Render protocol spec to match last update (0.11)

Rémi Cardona (1):
      Use $(docdir) for renderproto.txt install path

Sami Farin (1):
      Bug 12578 - renderproto-0.9.3: render.h does not compile
2012-06-03 18:38:01 +00:00

21 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/06/03 18:38:01 wiz Exp $
#
DISTNAME= renderproto-0.11.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Render extension headers from modular X.org
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= renderext-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in
USE_LANGUAGES= c
.include "../../mk/bsd.pkg.mk"