summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/system/dolphin/Makefile
blob: ffbc4938d006f5fe2ebb3685ef67fca7bc98e3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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>