2003-01-08 22:18:03 +01:00
|
|
|
# Ports collection makefile for: openhbci
|
|
|
|
# Date created: Jan 3, 2003
|
|
|
|
# Whom: Heiner Strauss <heiner@bilch.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openhbci
|
2003-11-11 10:03:50 +01:00
|
|
|
PORTVERSION= 0.9.13
|
2003-06-09 13:19:49 +02:00
|
|
|
PORTREVISION= 1
|
2003-01-08 22:18:03 +01:00
|
|
|
CATEGORIES= finance
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= heiner@bilch.com
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= HBCI is a bank-independent homebanking standard
|
2003-01-08 22:18:03 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2004-09-19 04:59:05 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
|
|
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|