mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
38 lines
775 B
Makefile
38 lines
775 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= babl
|
|
PORTVERSION= 0.1.78
|
|
CATEGORIES= x11
|
|
MASTER_SITES= GIMP
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Dynamic pixel format conversion library
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vapigen:lang/vala
|
|
LIB_DEPENDS= liblcms2.so:graphics/lcms2
|
|
|
|
USES= compiler:c11 gnome libtool localbase meson pathfix pkgconfig tar:xz
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= introspection:build
|
|
|
|
OPTIONS_DEFINE= SIMD
|
|
OPTIONS_DEFAULT=SIMD
|
|
|
|
SIMD_MESON_OFF= -Denable-mmx=false -Denable-sse=false \
|
|
-Denable-sse2=false -Denable-sse3=false \
|
|
-Denable-sse4_1=false -Denable-avx2=false \
|
|
-Denable-f16c=false
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == powerpc64
|
|
USE_GCC= yes
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|