8503536d38
Approved by: portmgr (kris)
31 lines
676 B
Makefile
31 lines
676 B
Makefile
# New ports collection makefile for: ktoblzcheck
|
|
# Date created: 25 November 2003
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ktoblzcheck
|
|
PORTVERSION= 1.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= finance german
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Check bank codes of German banks
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_PYTHON= 2.3+
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= ktoblzcheck.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|_EFFECTIVE=.*$$|_EFFECTIVE=1|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|