diff options
author | arved <arved@FreeBSD.org> | 2003-04-16 16:58:32 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-16 16:58:32 +0800 |
commit | 1b6e2355364476473afde8b1bce4667a4f1b96f8 (patch) | |
tree | d9bfb91e2c80df65905310732ac4604fcb6eceb0 /finance | |
parent | 65ff3c71551283236606b70476fde827e765f9eb (diff) | |
download | freebsd-ports-gnome-1b6e2355364476473afde8b1bce4667a4f1b96f8.tar.gz freebsd-ports-gnome-1b6e2355364476473afde8b1bce4667a4f1b96f8.tar.zst freebsd-ports-gnome-1b6e2355364476473afde8b1bce4667a4f1b96f8.zip |
Add Aqmoney, a HBCI homebanking application
PR: 50998
Submitted by: Heiner Strauss <heiner@bilch.com>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/aqmoney/Makefile | 22 | ||||
-rw-r--r-- | finance/aqmoney/distinfo | 1 | ||||
-rw-r--r-- | finance/aqmoney/pkg-descr | 5 | ||||
-rw-r--r-- | finance/aqmoney/pkg-plist | 1 |
5 files changed, 30 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index a00bd9030c87..cae54f9b278d 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 000000000000..f3aecd7bc76e --- /dev/null +++ b/finance/aqmoney/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: aqmoney +# Date created: April 15, 2003 +# Whom: Heiner Strauss <heiner@bilch.com> +# +# $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 <bsd.port.mk> diff --git a/finance/aqmoney/distinfo b/finance/aqmoney/distinfo new file mode 100644 index 000000000000..497c10cb6e3a --- /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 000000000000..cc2b113602f0 --- /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 000000000000..dd131118aa93 --- /dev/null +++ b/finance/aqmoney/pkg-plist @@ -0,0 +1 @@ +bin/aqmoney |