1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/finance/aqmoney/Makefile
Mark Linimon 5877e27e05 I forgot to reset the BROKEN Makevar; it does indeed make on 5.1-RELEASE
now.  However, I have not yet tested it on -CURRENT.
2003-12-15 04:20:02 +00:00

23 lines
558 B
Makefile

# Ports collection makefile for: aqmoney
# Date created: April 15, 2003
# Whom: Heiner Strauss <heiner@bilch.com>
#
# $FreeBSD$
PORTNAME= aqmoney
PORTVERSION= 0.6.2
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
BUILD_DEPENDS= libopenhbci.so.7:${PORTSDIR}/finance/openhbci
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= aqmoney.1
.include <bsd.port.mk>