aboutsummaryrefslogtreecommitdiffstats
path: root/finance/openhbci/Makefile
blob: 6688c5e935c1bf28898a350c5763436901c08a8b (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
# Created by: Heiner Strauss <heiner@bilch.com>
# $FreeBSD$

PORTNAME=   openhbci
PORTVERSION=    0.9.17.2
PORTREVISION=   1
CATEGORIES= finance
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/0.9.17
DISTNAME=   openhbci-0.9.17-2

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

USES=       libtool ssl
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes
CONFIGURE_ARGS+=--with-openssl-includes=${OPENSSLINC} \
        --with-openssl-libs=${OPENSSLLIB}

WRKSRC=     ${WRKDIR}/${PORTNAME}-0.9.17

post-patch:
    @${REINPLACE_CMD} -e 's|-lstdc++||' \
        ${WRKSRC}/configure \
        ${WRKSRC}/src/openhbci/Makefile.in \
        ${WRKSRC}/src/openhbci/core/Makefile.in

.include <bsd.port.mk>