30 lines
753 B
Makefile
30 lines
753 B
Makefile
PORTNAME= kraft
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.98
|
|
PORTREVISION= 3
|
|
CATEGORIES= finance kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Manage invoices and documents for small companies
|
|
WWW= https://volle-kraft-voraus.de/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= bash:shells/bash \
|
|
po4a:textproc/po4a
|
|
LIB_DEPENDS= libctemplate.so:textproc/google-ctemplate
|
|
|
|
USES= cmake compiler:c++11-lang grantlee:5 kde:5 qt:5 shebangfix
|
|
USE_KDE= akonadi akonadicontacts \
|
|
auth codecs config configwidgets contacts coreaddons \
|
|
grantleetheme i18n itemmodels widgetsaddons
|
|
USE_QT= core dbus gui sql widgets xml \
|
|
buildtools:build qmake:build
|
|
|
|
SHEBANG_FILES= manual/makeman.sh
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dragotin
|
|
|
|
.include <bsd.port.mk>
|