Add Aqmoney, a HBCI homebanking application
PR: 50998 Submitted by: Heiner Strauss <heiner@bilch.com>
This commit is contained in:
parent
ce1eff2f73
commit
6bcda931e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79064
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
SUBDIR += aqmoney
|
||||
SUBDIR += gnucash
|
||||
SUBDIR += gnucash-docs
|
||||
SUBDIR += khacc
|
||||
|
22
finance/aqmoney/Makefile
Normal file
22
finance/aqmoney/Makefile
Normal file
@ -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>
|
1
finance/aqmoney/distinfo
Normal file
1
finance/aqmoney/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (aqmoney-0.5.1.tar.gz) = 176af1e56dfe0820a128a48280d3548b
|
5
finance/aqmoney/pkg-descr
Normal file
5
finance/aqmoney/pkg-descr
Normal file
@ -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.
|
1
finance/aqmoney/pkg-plist
Normal file
1
finance/aqmoney/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/aqmoney
|
Loading…
Reference in New Issue
Block a user