mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
14408aea69
Submitted by: gljohns@bellsouth.net PR: ports/8977
23 lines
456 B
Makefile
23 lines
456 B
Makefile
# New port makefile for: cbb
|
|
# Version required: 0.74
|
|
# Date created: 24 September, 1998
|
|
# Whom: kline
|
|
#
|
|
# $Id: Makefile,v 1.9 1998/10/10 03:47:31 steve Exp $
|
|
#
|
|
|
|
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
|
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
MAKE_ENV= PERL5=${PERL5}
|
|
|
|
.include <bsd.port.mk>
|