summaryrefslogtreecommitdiff
path: root/x11/Xrender/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-10-03Fix installation on systems where ↵xtraeme1-1/+9
libXrender.so.$(MAJOR_VERSION).$(MINOR_VERSION) was not built (at least FreeBSD/Linux).
2003-09-22Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-19Update to 0.8.3.wiz1-32/+12
Remove Xext dependency; split in Xrender and render; use automake; add animate cursor support; some other fixes.
2003-07-30imake doesn't create libXrender.so.major nor libXrender.a on Solaris,grant1-2/+9
so exclude them from the PLIST. XXX perhaps we should automatically handle the libraries and links that imake builds on different platforms..
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-14Avoid building this package when X11PREFIX == X11BASE and there's alreadyjlam1-1/+15
a builtin libXrender.
2003-01-14Initial import of Xrender-0.7 as x11/Xrender:jlam1-0/+20
The X Rendering Extension introduces digital image composition as the foundation of a rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. This package contains the client library for connecting to a Xserver that supports the Xrender extension.