From 1b6e2355364476473afde8b1bce4667a4f1b96f8 Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 16 Apr 2003 08:58:32 +0000 Subject: Add Aqmoney, a HBCI homebanking application PR: 50998 Submitted by: Heiner Strauss --- finance/Makefile | 1 + finance/aqmoney/Makefile | 22 ++++++++++++++++++++++ finance/aqmoney/distinfo | 1 + finance/aqmoney/pkg-descr | 5 +++++ finance/aqmoney/pkg-plist | 1 + 5 files changed, 30 insertions(+) create mode 100644 finance/aqmoney/Makefile create mode 100644 finance/aqmoney/distinfo create mode 100644 finance/aqmoney/pkg-descr create mode 100644 finance/aqmoney/pkg-plist (limited to 'finance') diff --git a/finance/Makefile b/finance/Makefile index a00bd9030c8..cae54f9b278 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += aqmoney SUBDIR += gnucash SUBDIR += gnucash-docs SUBDIR += khacc diff --git a/finance/aqmoney/Makefile b/finance/aqmoney/Makefile new file mode 100644 index 00000000000..f3aecd7bc76 --- /dev/null +++ b/finance/aqmoney/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: aqmoney +# Date created: April 15, 2003 +# Whom: Heiner Strauss +# +# $FreeBSD$ + +PORTNAME= aqmoney +PORTVERSION= 0.5.1 +CATEGORIES= finance +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= heiner@bilch.com +COMMENT= AqMoney uses openhbci to manage your credit institute accounts + +LIB_DEPENDS= openhbci.7:${PORTSDIR}/finance/openhbci + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +MAN1= aqmoney.1 + +.include diff --git a/finance/aqmoney/distinfo b/finance/aqmoney/distinfo new file mode 100644 index 00000000000..497c10cb6e3 --- /dev/null +++ b/finance/aqmoney/distinfo @@ -0,0 +1 @@ +MD5 (aqmoney-0.5.1.tar.gz) = 176af1e56dfe0820a128a48280d3548b diff --git a/finance/aqmoney/pkg-descr b/finance/aqmoney/pkg-descr new file mode 100644 index 00000000000..cc2b113602f --- /dev/null +++ b/finance/aqmoney/pkg-descr @@ -0,0 +1,5 @@ +Aqmoney is a homebanking application. +Aqmoney is able to create both RDH mode ("security disc" mode called in +other programs) and DDV mode (chip card) customers. A customer is one who +has one or more account(s) at a credit institute. To manage accounts you must +first create a customer. diff --git a/finance/aqmoney/pkg-plist b/finance/aqmoney/pkg-plist new file mode 100644 index 00000000000..dd131118aa9 --- /dev/null +++ b/finance/aqmoney/pkg-plist @@ -0,0 +1 @@ +bin/aqmoney -- cgit