059340ceb7
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
32 lines
923 B
Makefile
32 lines
923 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= skrooge
|
|
PORTVERSION= 1.12.5
|
|
CATEGORIES= finance kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE4 personal finance manager
|
|
|
|
BUILD_DEPENDS= xsltproc:textproc/libxslt
|
|
LIB_DEPENDS= libofx.so:finance/libofx \
|
|
libqca.so:devel/qca \
|
|
libgrantlee_gui.so:devel/grantlee \
|
|
libkactivities.so:x11/kactivities
|
|
|
|
USES= cmake:outsource gettext 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_KDE4= automoc4 kdelibs pimlibs
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION} \
|
|
GRANTLEE_VER=0.5
|
|
|
|
# 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 \
|
|
-type d -empty -delete
|
|
|
|
.include <bsd.port.mk>
|