pkgsrc/x11/pixman/Makefile
bjs 71e47998c8 Import pixman-0.9.6. This library provides low-level pixel manipulation
routines, currently used (at least) by xorg-server>=1.4 and cairo>=1.5.
Presently, nothing depends on this library, but probably will soon.
Also, those building their own Xorg servers will need this.
2007-11-08 19:51:43 +00:00

21 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/11/08 19:51:43 bjs Exp $
#
DISTNAME= pixman-0.9.6
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
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
.include "../../mk/bsd.pkg.mk"