pkgsrc/x11/pixman/Makefile
bjs 52482d23b2 Update to 0.9.6pl0, beginning my new local versioning scheme for
snapshots.  This was mostly done to fold the patches into
a new distfile, but a NULL pointer dereference and the EXTEND_PAD
macro were fixed also (see git history).

Bump rev.
2008-03-03 02:25:38 +00:00

25 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/03/03 02:25:38 bjs Exp $
#
DISTNAME= pixman-0.9.6pl0
PKGNAME= ${DISTNAME:C/pl[0-9]*//}
PKGREVISION= 6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library of low-level pixel manipulation routines
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= pixman-1.pc.in
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
.include "../../mk/bsd.pkg.mk"