freebsd-ports/finance/skrooge/Makefile
Max Brazhnikov 88839ffb0b finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update
- remove deprecated USE_KDE4=kdehier
2014-10-19 15:58:55 +00:00

29 lines
813 B
Makefile

# $FreeBSD$
PORTNAME= skrooge
PORTVERSION= 1.9.0
PORTREVISION= 3
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= libofx.so:${PORTSDIR}/finance/libofx \
libqca.so:${PORTSDIR}/devel/qca \
libgrantlee_gui.so:${PORTSDIR}/devel/grantlee \
libkactivities.so:${PORTSDIR}/x11/kactivities
USES= cmake:outsource gettext shared-mime-info tar:bzip2
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 kdelibs kdeprefix pimlibs
USE_LDCONFIG= yes
PLIST_SUB= VERSION=${PORTVERSION} \
GRANTLEE_VER=0.5
.include <bsd.port.mk>