blob: ee751cb5a33a440b71a3625cb2c17302a88b5e59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= kraft
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.2
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 \
rubygem-asciidoctor>=1.5.7<3:textproc/rubygem-asciidoctor
LIB_DEPENDS= libctemplate.so:textproc/google-ctemplate
# iconv is just used for run
USES= cmake compiler:c++11-lang gettext-tools grantlee:5 iconv \
kde:5 qt:5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= dragotin
USE_KDE= config contacts i18n \
ecm:build
USE_QT= core gui sql svg widgets xml xmlpatterns \
buildtools:build qmake:build testlib:build
SHEBANG_FILES= manual/makeman.sh
.include <bsd.port.mk>
|