1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/finance/cbb/Makefile
1998-09-26 23:11:03 +00:00

31 lines
814 B
Makefile

# New ports collection makefile for: cbb
# Version required: 0.73
# Date created: 14 September, 1997
# Whom: kline
#
# $Id: Makefile,v 1.7 1998/09/15 21:31:59 asami Exp $
#
DISTNAME= cbb-0.73
CATEGORIES= deskutils tk42
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
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>