blob: abd330b2d043019adbac73c044d2b1e24b7450f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection Makefile for: cbb
# Date created: 24 September, 1998
# Whom: kline
#
# $FreeBSD$
#
PORTNAME= cbb
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= finance deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kline@thought.org
COMMENT= Checkbook balancing tool
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
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|$$prefix/bin|' \
-e 's|$$destdir/lib/cbb|$$prefix/lib/cbb|' \
${WRKSRC}/install.pl
@${REINPLACE_CMD} -e "s|=wish|=wish8.2|" -e 's|=""wish""|=""wish8.2""|' \
${WRKSRC}/configure
.include <bsd.port.mk>
|