2013-03-14 09:17:39 +01:00
|
|
|
# Created by: Lev Serebryakov <lev@FreeBSD.org>
|
2003-12-22 15:06:05 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vips
|
2015-01-02 20:01:29 +01:00
|
|
|
PORTVERSION= 7.42.1
|
2003-12-22 15:06:05 +01:00
|
|
|
CATEGORIES= graphics
|
2008-07-23 22:45:20 +02:00
|
|
|
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
|
2003-12-22 15:06:05 +01:00
|
|
|
|
2014-08-18 02:00:59 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2003-12-22 15:06:05 +01:00
|
|
|
COMMENT= Free image processing system
|
|
|
|
|
2014-08-10 11:40:41 +02:00
|
|
|
LICENSE= LGPL21
|
2007-08-19 18:50:23 +02:00
|
|
|
|
2014-08-10 11:40:41 +02:00
|
|
|
LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \
|
|
|
|
liborc-0.4.so:${PORTSDIR}/devel/orc \
|
2014-06-17 20:39:34 +02:00
|
|
|
libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick \
|
|
|
|
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
|
2014-08-10 11:40:41 +02:00
|
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
|
|
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
|
|
|
libexif.so:${PORTSDIR}/graphics/libexif \
|
2014-12-25 20:04:25 +01:00
|
|
|
libpng.so:${PORTSDIR}/graphics/png \
|
2014-08-10 11:40:41 +02:00
|
|
|
libtiff.so:${PORTSDIR}/graphics/tiff \
|
|
|
|
libwebp.so:${PORTSDIR}/graphics/webp \
|
|
|
|
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
2014-08-18 02:00:59 +02:00
|
|
|
libmatio.so:${PORTSDIR}/math/matio \
|
|
|
|
libgirepository-1.0.so:${PORTSDIR}/devel/gobject-introspection
|
2014-08-10 11:40:41 +02:00
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
2007-01-20 02:53:54 +01:00
|
|
|
|
2014-08-10 11:40:41 +02:00
|
|
|
USES= gettext gmake libtool pathfix pkgconfig shebangfix
|
2014-08-04 21:34:31 +02:00
|
|
|
SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile
|
2014-08-10 11:40:41 +02:00
|
|
|
USE_GNOME= glib20 libgsf libxml2 pango
|
2014-06-19 20:06:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-10 11:40:41 +02:00
|
|
|
CONFIGURE_ARGS= --without-x \
|
|
|
|
--without-openslide \
|
|
|
|
--with-magickpackage=GraphicsMagick
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_LDCONFIG= yes
|
2003-12-22 15:06:05 +01:00
|
|
|
|
2014-08-10 11:40:41 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-12-22 15:06:05 +01:00
|
|
|
|
2014-08-10 11:40:41 +02:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION:R}"
|
2011-09-24 00:29:55 +02:00
|
|
|
|
2014-08-10 11:40:41 +02:00
|
|
|
OPTIONS_DEFINE= DOCS PYTHON
|
|
|
|
OPTIONS_DEFAULT= PYTHON
|
|
|
|
OPTIONS_SUB= yes
|
2007-08-19 18:50:23 +02:00
|
|
|
|
2014-08-10 11:40:41 +02:00
|
|
|
DOCS_CONFIGURE_ENABLE= docs
|
2014-08-18 02:00:59 +02:00
|
|
|
PYTHON_USES= python
|
2014-08-10 11:40:41 +02:00
|
|
|
PYTHON_CONFIGURE_WITH= python
|
2015-01-11 14:48:33 +01:00
|
|
|
PYTHON_CONFIGURE_ENABLE= pyvips8
|
|
|
|
PYTHON_USE= GNOME=pygobject3
|
2003-12-22 15:06:05 +01:00
|
|
|
|
2014-07-01 20:59:49 +02:00
|
|
|
.include <bsd.port.mk>
|