1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/finance/aqmoney/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>