You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/applications/system/dolphin/Makefile

38 lines
875 B

# -*-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>