summaryrefslogtreecommitdiffstats
path: root/freebsd/core/tdesdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/core/tdesdk/Makefile')
-rw-r--r--freebsd/core/tdesdk/Makefile48
1 files changed, 48 insertions, 0 deletions
diff --git a/freebsd/core/tdesdk/Makefile b/freebsd/core/tdesdk/Makefile
new file mode 100644
index 000000000..fb6f53eee
--- /dev/null
+++ b/freebsd/core/tdesdk/Makefile
@@ -0,0 +1,48 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= tdesdk-trinity
+COMMENT= Trinity software development kit
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11 devel
+DIST_SUBDIR= TDE/core
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
+ ${TDE_PREFIX}/lib/libkcal.so:${PORTSDIR}/x11/trinity/core/tdepim \
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+
+BUILD_DEPENDS+=\
+ ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \
+
+LIB_DEPENDS+=\
+ libapr-1.so:${PORTSDIR}/devel/apr1 \
+ libsvn_client-1.so:${PORTSDIR}/devel/subversion \
+
+# Build
+post-patch: tde-pathfix
+ cd ${WRKSRC}; \
+ gfind scripts tdecachegrind/converters tdeunittest -type f | xargs -r \
+ gsed -i \
+ -e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \
+ -e "s|/bin/bash|${LOCALBASE}/bin/bash|g"; \
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ \
+ -DBUILD_ALL="ON" \
+ -DWITH_DBSEARCHENGINE="ON" \
+ -DWITH_KCAL="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>