2008-04-15 01:48:26 +00:00
|
|
|
# New ports collection makefile for: babl
|
|
|
|
# Date created: 2008-04-14
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= babl
|
2011-11-22 08:03:18 +00:00
|
|
|
PORTVERSION= 0.1.6
|
2008-04-15 01:48:26 +00: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
|
|
|
|
|
2011-02-25 16:14:29 +00:00
|
|
|
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
|
|
|
|
2008-04-15 01:48:26 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_BZIP2= yes
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2008-10-28 04:00:16 +00:00
|
|
|
USE_GNOME= pkgconfig gnomehack ltverhack
|
2008-04-15 01:48:26 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2009-08-02 21:35:01 +00:00
|
|
|
OPTIONS= SIMD "Use cpu-specific optimizations if available" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-08-08 21:13:31 +00:00
|
|
|
.if defined(WITHOUT_SIMD)
|
|
|
|
CONFIGURE_ARGS+=--disable-mmx \
|
|
|
|
--disable-sse \
|
|
|
|
--disable-altivec
|
2009-08-02 21:35:01 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|