summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/system/dolphin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/system/dolphin/Makefile')
-rw-r--r--freebsd/applications/system/dolphin/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/freebsd/applications/system/dolphin/Makefile b/freebsd/applications/system/dolphin/Makefile
new file mode 100644
index 000000000..ffbc4938d
--- /dev/null
+++ b/freebsd/applications/system/dolphin/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/system/dolphin
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= dolphin-trinity
+COMMENT= File manager for Trinity focusing on usability
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= d/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11-fm
+DIST_SUBDIR= TDE/applications/system
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
+ ${TDE_PREFIX}/share/cmake/libkonq.cmake:x11/tdebase-trinity \
+ ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
+
+LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE}
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+ ln -s d3lphin ${STAGEDIR}${TDE_PREFIX}/bin/dolphin
+
+.include <bsd.port.mk>