2011-04-17 17:56:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= skrooge
|
2019-06-23 17:02:28 +02:00
|
|
|
DISTVERSION= 2.20.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2011-04-17 17:56:04 +02:00
|
|
|
CATEGORIES= finance kde
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= KDE/stable/${PORTNAME}
|
2016-12-30 15:26:11 +01:00
|
|
|
DIST_SUBDIR= KDE/${PORTNAME}
|
2011-04-17 17:56:04 +02:00
|
|
|
|
2012-02-04 02:48:56 +01:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2018-08-21 10:15:05 +02:00
|
|
|
COMMENT= Personal finance manager
|
2011-04-17 17:56:04 +02:00
|
|
|
|
2017-04-08 21:28:29 +02:00
|
|
|
LICENSE= GPLv2+
|
2016-12-20 13:21:25 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2016-09-12 19:51:50 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= xsltproc:textproc/libxslt
|
|
|
|
LIB_DEPENDS= libofx.so:finance/libofx \
|
2019-03-16 21:16:24 +01:00
|
|
|
libqca-qt5.so:devel/qca \
|
2017-01-26 19:09:54 +01:00
|
|
|
libsqlcipher.so:databases/sqlcipher
|
2016-12-20 13:21:25 +01:00
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils \
|
2018-06-28 19:39:53 +02:00
|
|
|
gettext grantlee:5 kde:5 pkgconfig python:3.4+ qt:5 shared-mime-info \
|
2017-12-26 23:09:55 +01:00
|
|
|
shebangfix sqlite:3 tar:xz
|
2016-12-20 13:21:25 +01:00
|
|
|
USE_KDE= activities archive attica5 auth bookmarks codecs completion \
|
|
|
|
config configwidgets coreaddons crash dbusaddons \
|
|
|
|
designerplugin doctools ecm emoticons guiaddons i18n \
|
|
|
|
iconthemes init itemmodels itemviews jobwidgets \
|
2017-01-26 19:09:54 +01:00
|
|
|
kdelibs4support kio newstuff notifications notifyconfig \
|
|
|
|
package parts plasma-framework runner service solid sonnet \
|
|
|
|
textwidgets unitconversion wallet widgetsaddons windowsystem \
|
|
|
|
xmlgui
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= concurrent core dbus declarative designer gui network printsupport \
|
|
|
|
script sql svg webkit widgets xml \
|
2016-12-20 13:21:25 +01:00
|
|
|
qmake_build buildtools_build
|
2017-12-26 23:09:55 +01:00
|
|
|
SHEBANG_FILES= plugins/import/skrooge_import_backend/skrooge-sabb.py \
|
2018-02-09 23:37:27 +01:00
|
|
|
skgbankmodeler/skrooge-coinmarketcap.py \
|
2017-12-26 23:09:55 +01:00
|
|
|
skgbankmodeler/skrooge-yahoodl.py
|
2016-12-20 13:21:25 +01:00
|
|
|
|
2011-04-17 17:56:04 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2017-01-26 19:09:54 +01:00
|
|
|
PLIST_SUB= SHLIB_VER="${PORTVERSION}"
|
2016-12-30 15:26:11 +01:00
|
|
|
|
2014-11-30 18:24:19 +01:00
|
|
|
# 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:
|
2016-12-20 13:21:25 +01:00
|
|
|
${FIND} ${STAGEDIR}${PREFIX}/share/skrooge/html \
|
2014-11-30 18:24:19 +01:00
|
|
|
-type d -empty -delete
|
|
|
|
|
2011-04-17 17:56:04 +02:00
|
|
|
.include <bsd.port.mk>
|