aboutsummaryrefslogtreecommitdiffstats
path: root/finance/aqmoney/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-04-16 16:58:32 +0800
committerarved <arved@FreeBSD.org>2003-04-16 16:58:32 +0800
commit1b6e2355364476473afde8b1bce4667a4f1b96f8 (patch)
treed9bfb91e2c80df65905310732ac4604fcb6eceb0 /finance/aqmoney/Makefile
parent65ff3c71551283236606b70476fde827e765f9eb (diff)
downloadfreebsd-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/aqmoney/Makefile')
-rw-r--r--finance/aqmoney/Makefile22
1 files changed, 22 insertions, 0 deletions
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>