summaryrefslogtreecommitdiffstats
path: root/freebsd/libraries/libkexiv2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/libraries/libkexiv2/Makefile')
-rw-r--r--freebsd/libraries/libkexiv2/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/freebsd/libraries/libkexiv2/Makefile b/freebsd/libraries/libkexiv2/Makefile
new file mode 100644
index 000000000..9a8cee88e
--- /dev/null
+++ b/freebsd/libraries/libkexiv2/Makefile
@@ -0,0 +1,34 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= libkexiv2-trinity
+COMMENT= Trinity TQt like interface for the libexiv2 library
+TDE_PREVERSION= ~pre3+fc849682
+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
+
+LIB_DEPENDS+=\
+ libexiv2.so:${PORTSDIR}/graphics/exiv2 \
+
+# 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>