blob: 49a4abe4d78965e6cc222c903efa86c729ffcae4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Heiner Strauss <heiner@bilch.com>
# $FreeBSD$
PORTNAME= aqmoney
PORTVERSION= 0.6.3
CATEGORIES= finance
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Manage your credit institute accounts using openhbci
LIB_DEPENDS= libopenhbci.so:finance/openhbci
GNU_CONFIGURE= yes
PLIST_FILES= bin/aqmoney \
man/man1/aqmoney.1.gz
post-patch:
${FIND} ${WRKSRC}/src -name "*.cpp" -o -name "*.h" | ${XARGS} \
${REINPLACE_CMD} -e 's|class HBCI::SimpleConfig;|namespace HBCI{class SimpleConfig;}|'
.include <bsd.port.mk>
|