blob: 9c44a9a9aea180e9ca4ec26fe95618597e99b44f (
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
30
31
32
33
34
35
36
37
38
39
|
# New ports collection makefile for: ktoblzcheck
# Date created: 25 November 2003
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ktoblzcheck
PORTVERSION= 1.27
CATEGORIES= finance german
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Check bank codes of German banks
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
MAN1= ktoblzcheck.1
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS= PYTHON "Install Python bindings" off
.include <bsd.port.options.mk>
.if defined(WITH_PYTHON)
USE_PYTHON= yes
PLIST_SUB+= WITH_PYTHON=""
.else
CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= WITH_PYTHON="@comment "
.endif
.include <bsd.port.mk>
|