1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/finance/cbb/Makefile

34 lines
792 B
Makefile
Raw Normal View History

# Created by: kline
1999-08-25 05:28:01 +00:00
# $FreeBSD$
PORTNAME= cbb
DISTVERSION= 0.9.5b
CATEGORIES= finance deskutils
MASTER_SITES= http://download.gna.org/cbb/
MAINTAINER= kline@thought.org
2003-02-21 11:15:57 +00:00
COMMENT= Checkbook balancing tool
LICENSE= GPLv2
NO_BUILD= yes
USES= shebangfix perl5 tk tar:tgz
SHEBANG_FILES= tcl/*.tcl */*.pl contrib/*
SHEBANG_LANG= perl tk
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-perl=${PERL} \
--with-wish=${WISH}
MAKE_ENV+= STAGEDIR=${STAGEDIR}
WRKSRC= ${WRKDIR}/${PKGNAME:R}
PLIST_SUB+= VERSION=${PORTVERSION:R:R}
post-patch:
${REINPLACE_CMD} -e 's|.aboutwin.frame.a.l6 ||' \
${WRKSRC}/tcl/help.tcl
${REINPLACE_CMD} -e 's|%4Y%02m%02d|%Y%m%d|' \
${WRKSRC}/tcl/main.tcl
${REINPLACE_CMD} -e 's|/usr/bin/perl|${TCLSH}|' \
${WRKSRC}/languages/*.tcl
.include <bsd.port.mk>