Bump x11/kde4-runtime to version 4.14.3_3
[dports.git] / x11 / pixman / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       pixman
4 PORTVERSION=    0.34.0
5 CATEGORIES=     x11
6
7 MAINTAINER=     x11@FreeBSD.org
8 COMMENT=        Low-level pixel manipulation library
9
10 LICENSE=        MIT
11 LICENSE_FILE=   ${WRKSRC}/COPYING
12
13 PORTSCOUT=      limitw:1,even
14
15 USES=           cpe perl5
16 USE_PERL5=      build
17 XORG_CAT=       lib
18 CONFIGURE_ARGS= --disable-gtk
19 INSTALL_TARGET= install-strip
20
21 # Build the library exclusively, thus disabling the demos and the tests (which
22 # do not get installed anyway).  This is to workaround a problem in powerpc64
23 # where the build of the tests crashes ld; see PR bin/202284.
24 MAKE_ARGS=      SUBDIRS=pixman
25
26 .include <bsd.port.pre.mk>
27
28 .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc"
29 CONFIGURE_ARGS+=        --disable-vmx
30 .endif
31
32 .include <bsd.port.post.mk>