freebsd-ports/finance/openhbci/Makefile
Tilman Keskinoz 016a71e4f7 I am not sure, why I added -pedantic 10 months ago.
With todays gcc it breaks the port on 5.x
2003-11-21 11:32:50 +00:00

22 lines
500 B
Makefile

# Ports collection makefile for: openhbci
# Date created: Jan 3, 2003
# Whom: Heiner Strauss <heiner@bilch.com>
#
# $FreeBSD$
PORTNAME= openhbci
PORTVERSION= 0.9.13
PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= heiner@bilch.com
COMMENT= HBCI is a bank-independent homebanking standard
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>