f06d13b6ff
but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
30 lines
767 B
Makefile
30 lines
767 B
Makefile
# New ports collection makefile for: cbb
|
|
# Version required: 0.73
|
|
# Date created: 14 September, 1997
|
|
# Whom: kline
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/02/19 20:44:00 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= cbb-0.73
|
|
CATEGORIES= misc 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/tk42 \
|
|
ical:${PORTSDIR}/misc/ical
|
|
LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11/tk42
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
|
|
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>
|