aboutsummaryrefslogtreecommitdiff
path: root/finance/openhbci/Makefile
blob: c2839af8bf2c38581b30252bb7d7728bad5a03e4 (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
29
# Ports collection makefile for:	openhbci
# Date created:				Jan 3, 2003
# Whom:					Heiner Strauss <heiner@bilch.com>
#
# $FreeBSD$

PORTNAME=		openhbci
PORTVERSION=		0.9.17.2
CATEGORIES=		finance
MASTER_SITES=	 	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=		openhbci-0.9.17-2

MAINTAINER=		ports@FreeBSD.org
COMMENT=		HBCI is a bank-independent homebanking standard

USE_AUTOTOOLS=	libtool:15
WRKSRC=			${WRKDIR}/${PORTNAME}-0.9.17
GNU_CONFIGURE=		yes
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500035
IGNORE=			does not work on 4.x, needs newer C++ library
.endif

.include <bsd.port.post.mk>