aboutsummaryrefslogtreecommitdiff
path: root/deskutils/basket/Makefile
blob: 1a6ec6d8d0279ce760a033d7bd9605d6701216f6 (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
26
27
28
29
30
31
32
33
34
35
36
37
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
# $FreeBSD$

PORTNAME=	basket
DISTVERSIONPREFIX=	v
DISTVERSION=	2.49a-46
DISTVERSIONSUFFIX=	-g60e38c6
PORTREVISION=	4
CATEGORIES=	deskutils kde

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Desktop organization tool

LICENSE=	GPLv2

LIB_DEPENDS=	libassuan.so:security/libassuan \
		libgpg-error.so:security/libgpg-error \
		libgpgme.so:security/gpgme \
		libgit2.so:devel/libgit2

USES=		cmake compiler:c++11-lang desktop-file-utils gettext-tools \
		kde:5 pkgconfig qt:5 shared-mime-info tar:bzip2
USE_KDE=	ecm archive auth codecs completion config configwidgets \
		coreaddons crash dbusaddons doctools filemetadata globalaccel \
		guiaddons i18n iconthemes jobwidgets kcmutils kio \
		notifications parts service sonnet textwidgets widgetsaddons \
		windowsystem xmlgui
USE_QT=		concurrent core dbus gui network phonon4 testlib widgets xml \
		buildtools_build qmake_build
USE_XORG=	x11

USE_GITHUB=	yes
GH_ACCOUNT=	basket-notepads

PLIST_SUB=	QT5_VERSION=${QT5_VERSION}

.include <bsd.port.mk>