mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
28 lines
648 B
Makefile
28 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.57 2013/11/18 19:42:57 wiz Exp $
|
|
|
|
DISTNAME= pixman-0.32.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Library of low-level pixel manipulation routines
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
.if ${MACHINE_ARCH} == i386
|
|
CONFIGURE_ARGS += --disable-sse2
|
|
.endif
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config perl
|
|
|
|
PKGCONFIG_OVERRIDE+= pixman-1.pc.in
|
|
PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in
|
|
|
|
# Minix does not support Thread Local Storage
|
|
CONFIGURE_ARGS+= CPPFLAGS=-DPIXMAN_NO_TLS
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|