summaryrefslogtreecommitdiff
path: root/finance/aqmoney/Makefile
blob: 42ac50d676635950d421be677cc4a01608eb6825 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=		all:${PORTSDIR}/finance/openhbci

GNU_CONFIGURE=		yes
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
MAN1=			aqmoney.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Configure fails"
.endif

.include <bsd.port.post.mk>