1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/finance/aqmoney/Makefile
2014-07-07 22:52:33 +00:00

23 lines
548 B
Makefile

# 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:${PORTSDIR}/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>