diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 03:47:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 03:47:34 +0000 |
commit | 3c8103e979ae62202dbed115ce35f2d6d147f9b3 (patch) | |
tree | 9fa19cb6925c1f84001fd3277e3c3848c3250b02 /finance/cbb/Makefile | |
parent | 7a68d1a8abc2912e37d8b70f9cfccc2979d5bfb9 (diff) | |
download | FreeBSD-ports-3c8103e979ae62202dbed115ce35f2d6d147f9b3.zip FreeBSD-ports-3c8103e979ae62202dbed115ce35f2d6d147f9b3.tar.gz |
Update to version 0.74.
PR: 8104
Submitted by: maintainer
Diffstat (limited to 'finance/cbb/Makefile')
-rw-r--r-- | finance/cbb/Makefile | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index 9b5487e..92e48b7 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -1,30 +1,22 @@ -# New ports collection makefile for: cbb -# Version required: 0.73 -# Date created: 14 September, 1997 +# New port makefile for: cbb +# Version required: 0.74 +# Date created: 24 September, 1998 # Whom: kline # -# $Id: Makefile,v 1.7 1998/09/15 21:31:59 asami Exp $ +# $Id: Makefile,v 1.1 1998/09/26 01:43:22 kline Exp kline $ # -DISTNAME= cbb-0.73 -CATEGORIES= deskutils tk42 +DISTNAME= cbb-0.74 +CATEGORIES= misc MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ ftp://ftp.fifi.org/pub/cbb/ MAINTAINER= kline@thought.org -# extern.conf could easily be patched to use `plan' over `ical' -RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ - ical:${PORTSDIR}/deskutils/ical -LIB_DEPENDS= tk42.1:${PORTSDIR}/x11-toolkits/tk42 +RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes USE_PERL5= yes MAKE_ENV= PERL5=${PERL5} -pre-configure: - ${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in - ${SED} -e "s:/usr/local:${PREFIX}:" -e "s:lib/cbb:share/cbb:" \ - ${WRKSRC}/install.pl.in > ${WRKSRC}/install.pl - .include <bsd.port.mk> |