010dbc6e27
The Skrooge developers were not aware that removing the tarballs of old versions from their website was not a good idea :-) After talking to them, they've both switched to hosting the files on KDE's infrastructure and hopefully stop removing older tarballs from now on. Thanks to John Marino <draco@marino.st> for bringing this up. PR: ports/179661
29 lines
779 B
Makefile
29 lines
779 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= skrooge
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= finance kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE4 personal finance manager
|
|
|
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
|
LIB_DEPENDS= ofx:${PORTSDIR}/finance/libofx \
|
|
qca:${PORTSDIR}/devel/qca \
|
|
grantlee_gui:${PORTSDIR}/devel/grantlee \
|
|
kactivities:${PORTSDIR}/x11/kactivities
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake:outsource gettext
|
|
USE_SQLITE= yes
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build designer_build \
|
|
corelib dbus gui script sql webkit xml sql-sqlite3_run
|
|
USE_KDE4= automoc4 kdehier kdelibs kdeprefix pimlibs sharedmime
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|