Changeset View
Changeset View
Standalone View
Standalone View
head/finance/skrooge/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= skrooge | PORTNAME= skrooge | ||||
DISTVERSION= 2.21.1 | DISTVERSION= 2.21.1 | ||||
PORTREVISION= 1 | PORTREVISION= 2 | ||||
CATEGORIES= finance kde | CATEGORIES= finance kde | ||||
MASTER_SITES= KDE/stable/${PORTNAME} | MASTER_SITES= KDE/stable/${PORTNAME} | ||||
DIST_SUBDIR= KDE/${PORTNAME} | DIST_SUBDIR= KDE/${PORTNAME} | ||||
MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
COMMENT= Personal finance manager | COMMENT= Personal finance manager | ||||
LICENSE= GPLv2+ | LICENSE= GPLv2+ | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
BUILD_DEPENDS= xsltproc:textproc/libxslt | BUILD_DEPENDS= xsltproc:textproc/libxslt | ||||
LIB_DEPENDS= libofx.so:finance/libofx \ | LIB_DEPENDS= libofx.so:finance/libofx \ | ||||
libqca-qt5.so:devel/qca \ | |||||
libsqlcipher.so:databases/sqlcipher | libsqlcipher.so:databases/sqlcipher | ||||
USES= cmake compiler:c++11-lib desktop-file-utils \ | USES= cmake compiler:c++11-lib desktop-file-utils \ | ||||
gettext grantlee:5 kde:5 pkgconfig python:3.4+ qt:5 shared-mime-info \ | gettext grantlee:5 kde:5 pkgconfig python:3.4+ qca qt:5 shared-mime-info \ | ||||
shebangfix sqlite:3 tar:xz | shebangfix sqlite:3 tar:xz | ||||
USE_KDE= activities archive attica5 auth bookmarks codecs completion \ | USE_KDE= activities archive attica5 auth bookmarks codecs completion \ | ||||
config configwidgets coreaddons crash dbusaddons \ | config configwidgets coreaddons crash dbusaddons \ | ||||
designerplugin doctools ecm emoticons guiaddons i18n \ | designerplugin doctools ecm emoticons guiaddons i18n \ | ||||
iconthemes init itemmodels itemviews jobwidgets \ | iconthemes init itemmodels itemviews jobwidgets \ | ||||
kdelibs4support kio newstuff notifications notifyconfig \ | kdelibs4support kio newstuff notifications notifyconfig \ | ||||
package parts plasma-framework runner service solid sonnet \ | package parts plasma-framework runner service solid sonnet \ | ||||
textwidgets unitconversion wallet widgetsaddons windowsystem \ | textwidgets unitconversion wallet widgetsaddons windowsystem \ | ||||
Show All 20 Lines |