summaryrefslogtreecommitdiff
path: root/graphics/pixman/Makefile
blob: 608a17cb594ac42187bb04ef3fd8eb179a408ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
COMMENT =	low-level software library for pixel manipulation

DISTNAME =	pixman-0.42.2

CATEGORIES =	graphics

SHARED_LIBS =	pixman-1 42.2

HOMEPAGE =	https://www.pixman.org/

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

WANTLIB =		m pthread

SITES =		https://cairographics.org/releases/

MODULES =		xenocara

SEPARATE_BUILD =	Yes 
CONFIGURE_STYLE =	gnu

.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS +=  --disable-arm-simd --disable-arm-neon
.endif

.include <bsd.port.mk>