blob: 3abf5acf2c7681e7c8f1afd49503b364879fdb6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: aqmoney
# Date created: April 15, 2003
# Whom: 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= openhbci.14:${PORTSDIR}/finance/openhbci
GNU_CONFIGURE= yes
MAN1= aqmoney.1
PLIST_FILES= bin/aqmoney
.include <bsd.port.mk>
|