1999-03-15 02:15:16 +00:00
|
|
|
# New ports collection Makefile for: cbb
|
1998-10-10 03:47:34 +00:00
|
|
|
# Date created: 24 September, 1998
|
1997-10-11 04:13:39 +00:00
|
|
|
# Whom: kline
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-10-11 04:13:39 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= cbb
|
|
|
|
PORTVERSION= 0.8.1
|
2004-01-22 17:59:27 +00:00
|
|
|
CATEGORIES= finance deskutils
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1997-10-11 04:13:39 +00:00
|
|
|
|
2004-05-19 12:29:21 +00:00
|
|
|
MAINTAINER= kline@thought.org
|
2003-02-21 11:15:57 +00:00
|
|
|
COMMENT= Checkbook balancing tool
|
1997-10-11 04:13:39 +00:00
|
|
|
|
1999-11-28 18:32:45 +00:00
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
1997-10-11 04:13:39 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
NO_BUILD= yes
|
1997-10-11 04:13:39 +00:00
|
|
|
USE_PERL5= yes
|
2001-01-16 17:33:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-10-11 04:13:39 +00:00
|
|
|
|
2006-08-05 22:42:24 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|PERL = /usr/bin/perl|PERL = ${PERL5}|" \
|
|
|
|
-e "s|WISH = /usr/bin/wish|WISH = ${LOCALBASE}/bin/wish8.2|" \
|
|
|
|
-e "s|DESTDIR =||" ${WRKSRC}/Makefile
|
|
|
|
@${REINPLACE_CMD} "s|DESTDIR =||" ${WRKSRC}/Makefile
|
|
|
|
@${REINPLACE_CMD} -e 's|$$destdir/bin|$$destdir/$$prefix/bin|' \
|
|
|
|
-e 's|$$destdir/lib/cbb|$$destdir/$$prefix/lib/cbb|' \
|
|
|
|
${WRKSRC}/install.pl
|
|
|
|
@${REINPLACE_CMD} -e "s|=wish|=wish8.2|" -e 's|=""wish""|=""wish8.2""|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
1997-10-11 04:13:39 +00:00
|
|
|
.include <bsd.port.mk>
|