1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11/babl/Makefile
Koop Mast f0f646d041 Use new GIMP master sites macro.
Drop :keepla from USES=libtool.
Switch logic in the SIMD option in babl.
2014-12-09 16:58:53 +00:00

34 lines
646 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= babl
PORTVERSION= 0.1.10
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= GIMP
MAINTAINER= gnome@FreeBSD.org
COMMENT= Dynamic pixel format conversion library
USES= gmake libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-introspection
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= SIMD
.include <bsd.port.options.mk>
.if !${PORT_OPTIONS:MSIMD}
CONFIGURE_ARGS+=--disable-mmx \
--disable-sse \
--disable-altivec
.endif
post-patch:
@${REINPLACE_CMD} -e 's|x86_64|amd64|g' \
${WRKSRC}/configure
.include <bsd.port.mk>