2013-03-08 10:51:34 +00:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2008-04-15 01:48:26 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= babl
|
2015-02-21 15:51:25 +00:00
|
|
|
PORTVERSION= 0.1.12
|
2008-04-15 01:48:26 +00:00
|
|
|
CATEGORIES= x11
|
2014-12-09 16:58:53 +00:00
|
|
|
MASTER_SITES= GIMP
|
2008-04-15 01:48:26 +00:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Dynamic pixel format conversion library
|
|
|
|
|
2014-12-09 16:58:53 +00:00
|
|
|
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
2008-04-15 01:48:26 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-05-30 13:33:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2014-12-09 16:58:53 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2008-04-15 01:48:26 +00:00
|
|
|
|
2013-03-11 12:17:15 +00:00
|
|
|
OPTIONS_DEFINE= SIMD
|
2009-08-02 21:35:01 +00:00
|
|
|
|
2013-03-11 12:17:15 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2009-08-02 21:35:01 +00:00
|
|
|
|
2014-12-09 16:58:53 +00:00
|
|
|
.if !${PORT_OPTIONS:MSIMD}
|
2009-08-08 21:13:31 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-mmx \
|
|
|
|
--disable-sse \
|
|
|
|
--disable-altivec
|
2009-08-02 21:35:01 +00:00
|
|
|
.endif
|
|
|
|
|
2012-03-16 03:12:33 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|x86_64|amd64|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2013-03-11 12:17:15 +00:00
|
|
|
.include <bsd.port.mk>
|