From da06c0d91246b7e65e69b40356233ab9a941ea6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 9 Jul 2015 19:27:10 +0200 Subject: FreeBSD: Add ports for libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/libraries/kipi-plugins/Makefile | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 freebsd/libraries/kipi-plugins/Makefile (limited to 'freebsd/libraries/kipi-plugins/Makefile') diff --git a/freebsd/libraries/kipi-plugins/Makefile b/freebsd/libraries/kipi-plugins/Makefile new file mode 100644 index 000000000..2ab0215b3 --- /dev/null +++ b/freebsd/libraries/kipi-plugins/Makefile @@ -0,0 +1,42 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kipi-plugins-trinity +COMMENT= Trinity image manipulation/handling plugins for KIPI aware programs +TDE_PREVERSION= ~pre6+152c21c9 +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= graphics +DIST_SUBDIR= TDE/libraries + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/lib/libkcal.so:${PORTSDIR}/x11/trinity/tdepim \ + ${TDE_PREFIX}/lib/libkdcraw.so:${PORTSDIR}/x11/trinity/libraries/libkdcraw \ + ${TDE_PREFIX}/lib/libkexiv2.so:${PORTSDIR}/x11/trinity/libraries/libkexiv2 \ + ${TDE_PREFIX}/lib/libkipi.so:${PORTSDIR}/x11/trinity/libraries/libkipi \ + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +BUILD_DEPENDS+=\ + libexiv2.so:${PORTSDIR}/graphics/exiv2 \ + libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \ + libgpod.so:${PORTSDIR}/audio/libgpod \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libxslt.so:${PORTSDIR}/textproc/libxslt \ + +# Build +post-patch: tde-pathfix + +do-configure: tde-autotools-prepare + ${TDE_AUTOTOOLS_CONFIGURE} + +do-build: tde-autotools-build + +do-install: tde-autotools-install + +.include -- cgit v1.2.1