aboutsummaryrefslogtreecommitdiff
path: root/net/smb4k/Makefile
blob: dc9cc448011af99d032e19c85f83f35b21caee88 (plain) (blame)
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
PORTNAME=	smb4k
DISTVERSION=	3.1.0
CATEGORIES=	net kde

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Advanced network neighborhood browser and Samba share mounting utility

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	rsync:net/rsync

USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 samba tar:bzip2
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
		dbusaddons dnssd i18n iconthemes jobwidgets kio notifications \
		plasma-framework service solid wallet widgetsaddons \
		windowsystem xmlgui \
		doctools_build ecm_build
USE_QT=		concurrent core dbus declarative gui network printsupport \
		testlib widgets xml \
		buildtools_build qmake_build

KDE_INVENT=	992987421af68f2695867722b8dc4ca30a4669ec network

.include <bsd.port.mk>