summaryrefslogtreecommitdiffstats
path: root/freebsd/tdesdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/tdesdk/Makefile')
-rw-r--r--freebsd/tdesdk/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/freebsd/tdesdk/Makefile b/freebsd/tdesdk/Makefile
deleted file mode 100644
index 2b13fb2d7..000000000
--- a/freebsd/tdesdk/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# -*-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
-
-
-BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
- ${TDE_PREFIX}/lib/libkcal.so:${PORTSDIR}/x11/trinity/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" \
- -DBUILD_KMTRACE="OFF" \
- -DWITH_DBSEARCHENGINE="ON" \
- -DWITH_KCAL="ON"
-
-do-build: tde-cmake-build
-
-do-install: tde-cmake-install
-
-.include <bsd.port.mk>