1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/finance/cbb/Makefile
Pietro Cerutti 79aa4a81be - Update to 0.9.5.b
- Update WWW in pkg-descr
- Support Tcl/Tk > 8.2

PR:		170703
Submitted by:	gahr
Approved by:	maintainer (timeout > 25 days)
2012-09-13 14:45:12 +00:00

34 lines
690 B
Makefile

# New ports collection Makefile for: cbb
# Date created: 24 September, 1998
# Whom: kline
#
# $FreeBSD$
#
PORTNAME= cbb
DISTVERSION= 0.9.5b
CATEGORIES= finance deskutils
MASTER_SITES= http://download.gna.org/cbb/
EXTRACT_SUFX= .tgz
MAINTAINER= kline@thought.org
COMMENT= Checkbook balancing tool
USE_TK= yes
NO_BUILD= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-perl=${PERL} \
--with-wish=${WISH}
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
.include <bsd.port.mk>