f0e2cfaa8a
- Drop LICENSE_FILE for known license GPLv2 - Drop unneeded build dependencies on gmake and pkgconf - Convert to OPTIONSng Approved by: avilla (mentor)
37 lines
681 B
Makefile
37 lines
681 B
Makefile
# New ports collection makefile for: ktoblzcheck
|
|
# Date created: 25 November 2003
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ktoblzcheck
|
|
PORTVERSION= 1.40
|
|
CATEGORIES= finance german
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Check bank codes of German banks
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNOME= gnomehack
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= ktoblzcheck.1
|
|
|
|
OPTIONS_DEFINE= PYTHON
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MPYTHON}
|
|
USE_PYTHON= yes
|
|
PLIST_SUB+= PYTHON=""
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-python
|
|
PLIST_SUB+= PYTHON="@comment "
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|