diff options
Diffstat (limited to 'finance/openhbci/Makefile')
-rw-r--r-- | finance/openhbci/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile index a70d26e..5ddc290 100644 --- a/finance/openhbci/Makefile +++ b/finance/openhbci/Makefile @@ -5,17 +5,25 @@ # $FreeBSD$ PORTNAME= openhbci -PORTVERSION= 0.9.13 -PORTREVISION= 1 +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 +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.mk> +.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> |