aboutsummaryrefslogtreecommitdiff
path: root/finance/skrooge/Makefile
blob: e1a80f133c8871f78898bc7b39a1e18f496fe5b3 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
PORTNAME=	skrooge
DISTVERSION=	2.28.0
PORTREVISION=	2
CATEGORIES=	finance kde
MASTER_SITES=	KDE/stable/${PORTNAME}
DIST_SUBDIR=	KDE/${PORTNAME}

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Personal finance manager
WWW=		https://skrooge.org

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	xsltproc:textproc/libxslt
LIB_DEPENDS=	libofx.so:finance/libofx \
		libsqlcipher.so:databases/sqlcipher

USES=		cmake compiler:c++11-lib desktop-file-utils \
		gettext grantlee:5 kde:5 pkgconfig python:3.4+ qca qt:5 shared-mime-info \
		shebangfix sqlite:3 tar:xz xorg
USE_KDE=	activities archive attica5 auth bookmarks codecs completion \
		config configwidgets coreaddons crash dbusaddons \
		emoticons guiaddons i18n \
		iconthemes init itemmodels itemviews jobwidgets \
		kio newstuff notifications notifyconfig \
		package parts plasma-framework runner service solid sonnet \
		textwidgets unitconversion wallet widgetsaddons windowsystem \
		xmlgui \
		doctools_build ecm_build
# designerplugin is weird: it's defined as a _run dependency, but
# skrooge checks for it at build-time.
USE_KDE+=	designerplugin_build
USE_QT=		concurrent core dbus declarative designer gui network \
		printsupport script sql svg webkit widgets xml \
		buildtools_build designer_build qmake_build testlib_build
USE_XORG=	x11
SHEBANG_FILES=	plugins/import/skrooge_import_backend/skrooge-sabb.py \
		skgbankmodeler/skrooge-coinmarketcap.py \
		skgbankmodeler/skrooge-cryptocompare.py \
		skgbankmodeler/skrooge-exchangerates.py \
		skgbankmodeler/skrooge-ratesapi.py \
		skgbankmodeler/skrooge-yahoodl.py

USE_LDCONFIG=	yes

PLIST_SUB=	SHLIB_VER="${PORTVERSION}"

# Skrooge creates several empty directories due to how it calls CMake's
# install(DIRECTORY ...) function, so we need some code to remove them.
post-install:
	${FIND} ${STAGEDIR}${PREFIX}/share/skrooge/html \
		-type d -empty -delete

.include <bsd.port.mk>