freebsd-ports/finance/ktoblzcheck/Makefile

31 lines
594 B
Makefile
Raw Normal View History

2013-09-05 13:39:11 +02:00
# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= ktoblzcheck
2014-11-30 23:53:19 +01:00
PORTVERSION= 1.48
PORTREVISION= 1
CATEGORIES= finance german
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Check bank codes of German banks
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix perl5
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= PYTHON
OPTIONS_SUB= yes
PYTHON_USES= python:2
PYTHON_CONFIGURE_ENABLE= python
2013-09-05 13:39:11 +02:00
post-patch:
@${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/src/lib/Makefile.in
.include <bsd.port.mk>