2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2008-04-15 03:48:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= babl
|
2013-03-11 13:17:15 +01:00
|
|
|
PORTVERSION= 0.1.10
|
2008-04-15 03:48:26 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
|
|
|
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
|
|
|
|
http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
|
|
|
|
ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \
|
|
|
|
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
|
|
|
|
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
|
|
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
|
|
|
|
MASTER_SITE_SUBDIR= babl/${PORTVERSION:R}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Dynamic pixel format conversion library
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_BZIP2= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2013-03-11 13:17:15 +01:00
|
|
|
USE_GNOME= ltverhack
|
2014-02-17 06:21:06 +01:00
|
|
|
USES= pathfix pkgconfig gmake
|
2013-03-11 13:17:15 +01:00
|
|
|
CONFIGURE_ARGS= --disable-introspection
|
2008-04-15 03:48:26 +02:00
|
|
|
|
2013-03-11 13:17:15 +01:00
|
|
|
OPTIONS_DEFINE= SIMD
|
2009-08-02 23:35:01 +02:00
|
|
|
|
2013-03-11 13:17:15 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2009-08-02 23:35:01 +02:00
|
|
|
|
2013-03-11 13:17:15 +01:00
|
|
|
.if ${PORT_OPTIONS:MSIMD}
|
2009-08-08 23:13:31 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-mmx \
|
|
|
|
--disable-sse \
|
|
|
|
--disable-altivec
|
2009-08-02 23:35:01 +02:00
|
|
|
.endif
|
|
|
|
|
2012-03-16 04:12:33 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|x86_64|amd64|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2013-03-11 13:17:15 +01:00
|
|
|
.include <bsd.port.mk>
|