21 lines
492 B
Makefile
21 lines
492 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= SF/${PORTNAME}/${PORTNAME}/0.9.17
|
|
DISTNAME= openhbci-0.9.17-2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= HBCI is a bank-independent homebanking standard
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|