1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/finance/openhbci/Makefile
Sam Lawrance 52f776d844 Update to 0.9.17.2
- Add a patch to work around detecting gcc based on contents of $CC
- IGNORE on 4.x (needs newer c++ libs)

PR:		ports/70308
Submitted by:	Frank Altpeter <frank.altpeter@gmail.com>
Approved by:	clement (mentor)
2005-05-17 08:52:02 +00:00

30 lines
701 B
Makefile

# 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= heiner@bilch.com
COMMENT= HBCI is a bank-independent homebanking standard
WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER= 15
.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>