summaryrefslogtreecommitdiffstats
path: root/freebsd/libraries/libkipi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/libraries/libkipi/Makefile')
-rw-r--r--freebsd/libraries/libkipi/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/freebsd/libraries/libkipi/Makefile b/freebsd/libraries/libkipi/Makefile
new file mode 100644
index 000000000..1903dd9f2
--- /dev/null
+++ b/freebsd/libraries/libkipi/Makefile
@@ -0,0 +1,34 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= libkipi-trinity
+COMMENT= Trinity library for apps that want to use kipi-plugins
+TDE_PREVERSION= ~pre3+ce081fd2
+MASTER_SITE_SUBDIR= libk/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= graphics devel
+DIST_SUBDIR= TDE/libraries
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+BUILD_DEPENDS+=\
+ exif:${PORTSDIR}/graphics/exif
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-autotools-prepare
+ ${TDE_AUTOTOOLS_CONFIGURE}
+
+do-build: tde-autotools-build
+
+do-install: tde-autotools-install
+
+.include <bsd.port.mk>