diff options
Diffstat (limited to 'finance/skrooge/Makefile')
-rw-r--r-- | finance/skrooge/Makefile | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index b6c7dec361be..2d86aeea3f09 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -1,34 +1,43 @@ # $FreeBSD$ PORTNAME= skrooge -PORTVERSION= 1.12.5 -PORTREVISION= 1 +PORTVERSION= 2.5.0 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= KDE4 personal finance manager +COMMENT= KDE personal finance manager -PORTSCOUT= limit:^1\. +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xsltproc:textproc/libxslt LIB_DEPENDS= libofx.so:finance/libofx \ - libqca.so:devel/qca \ - libkactivities.so:x11/kactivities - -USES= cmake:outsource gettext grantlee:4 kde:4 shared-mime-info \ - sqlite:3 tar:xz -USE_QT4= qmake_build moc_build uic_build rcc_build designer_build \ - corelib dbus gui script sql webkit xml sql-sqlite3_run -USE_KDE= automoc4 kdelibs pimlibs + libqca-qt5.so:devel/qca-qt5 \ + libsqlcipher.so:databases/sqlcipher + +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + gettext grantlee:5 kde:5 pkgconfig shared-mime-info tar:xz +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 \ + kdelibs4support kio newstuff notifications notifyconfig parts \ + runner service solid sonnet textwidgets unitconversion wallet \ + widgetsaddons windowsystem xmlgui +USE_QT5= concurrent core dbus designer gui network printsupport qml \ + quick script sql svg webkit widgets xml \ + qmake_build buildtools_build + USE_LDCONFIG= yes -PLIST_SUB= VERSION=${PORTVERSION} +PLIST_SUB= SHLIB_VER=${PORTVERSION} \ + SHLIB_SHVER=${PORTVERSION:R:R} # 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/apps/skrooge/html \ + ${FIND} ${STAGEDIR}${PREFIX}/share/skrooge/html \ -type d -empty -delete .include <bsd.port.mk> |