aboutsummaryrefslogtreecommitdiff
path: root/x11/babl/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-12-09 16:58:53 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-12-09 16:58:53 +0000
commitf0f646d041baba2bf0b983b0944addf434887269 (patch)
tree2bab9bc1d470bca88d0f545006f175e3a581239d /x11/babl/Makefile
parentee1535f79bcf5933f8e61ae77b4fb04cb5b1d57b (diff)
downloadports-f0f646d041baba2bf0b983b0944addf434887269.tar.gz
ports-f0f646d041baba2bf0b983b0944addf434887269.zip
Use new GIMP master sites macro.
Drop :keepla from USES=libtool. Switch logic in the SIMD option in babl.
Notes
Notes: svn path=/head/; revision=374407
Diffstat (limited to 'x11/babl/Makefile')
-rw-r--r--x11/babl/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 59062cae8926..b491db465d66 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -3,30 +3,24 @@
PORTNAME= babl
PORTVERSION= 0.1.10
-PORTREVISION= 1
+PORTREVISION= 2
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}
+MASTER_SITES= GIMP
MAINTAINER= gnome@FreeBSD.org
COMMENT= Dynamic pixel format conversion library
-USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
+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}
+.if !${PORT_OPTIONS:MSIMD}
CONFIGURE_ARGS+=--disable-mmx \
--disable-sse \
--disable-altivec