2003-04-16 10:58:32 +02:00
|
|
|
# Ports collection makefile for: aqmoney
|
|
|
|
# Date created: April 15, 2003
|
|
|
|
# Whom: Heiner Strauss <heiner@bilch.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= aqmoney
|
2003-11-11 10:03:50 +01:00
|
|
|
PORTVERSION= 0.6.2
|
2003-04-16 10:58:32 +02:00
|
|
|
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
|
|
|
|
|
2004-02-01 14:33:42 +01:00
|
|
|
LIB_DEPENDS= openhbci.13:${PORTSDIR}/finance/openhbci
|
2003-04-16 10:58:32 +02:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= aqmoney.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/aqmoney
|
2003-06-05 00:43:38 +02:00
|
|
|
|
2003-12-15 05:20:02 +01:00
|
|
|
.include <bsd.port.mk>
|