summaryrefslogtreecommitdiff
path: root/finance/aqmoney/Makefile
blob: 70218048369fa2022bf315930552aa4e8076bb99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

.include <bsd.port.mk>