mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
536 B
Makefile
23 lines
536 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: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>
|