Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / pixman / Makefile
blob4116eb05dadc00d6dcf7a0260f83e1d78d07447d
1 # $NetBSD: Makefile,v 1.51 2013/01/30 10:21:22 wiz Exp $
3 DISTNAME= pixman-0.28.2
4 PKGREVISION= 1
5 CATEGORIES= x11
6 MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7 EXTRACT_SUFX= .tar.bz2
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://xorg.freedesktop.org/
11 COMMENT= Library of low-level pixel manipulation routines
12 LICENSE= mit
14 GNU_CONFIGURE= yes
15 .if ${MACHINE_ARCH} == i386
16 CONFIGURE_ARGS += --disable-sse2
17 .endif
19 USE_LIBTOOL= yes
20 USE_TOOLS+= pkg-config perl
22 PKGCONFIG_OVERRIDE+= pixman-1.pc.in
23 PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in
25 .include "../../mk/bsd.pkg.mk"