blob: c52c0d85637a5c4929e034ed2043967310f905d5 (
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
|
# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= ktoblzcheck
PORTVERSION= 1.43
CATEGORIES= finance german
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Check bank codes of German banks
LICENSE= GPLv2
USES= pathfix
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
OPTIONS_DEFINE= PYTHON
OPTIONS_SUB= yes
PYTHON_USE= PYTHON=yes
PYTHON_CONFIGURE_ENABLE= python
post-patch:
@${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/src/lib/Makefile.in
.include <bsd.port.mk>
|