3d9708c398
0.11 adds some clarifications of the protocol specification, general cleanups and support for PDF blend modes. Note that this release is a bump from 0.9.3 straight to 0.11. Fredrik Höglund (2): Add support for the PDF blend mode operators. Bump version to 0.11. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Søren Sandmann Pedersen (4): Describe the four repeat options for pictures Delete reference to unimplemented ColorTriangles and ColorTrapezoids Clarify semantics of clipping Clarify behavior of IncludeInferior and GraphicsExposures.
21 lines
499 B
Makefile
21 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/07/22 12:56:45 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= renderproto-0.11
|
|
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= # none, not even C
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|