freebsd-ports/multimedia/vic/Makefile
Steve Price 59e4b7969b Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-29 03:41:33 +00:00

27 lines
485 B
Makefile

# New ports collection makefile for: vic
# Version required: 2.6
# Date created: 14 December 1994
# Whom: wollman
#
# $FreeBSD$
#
DISTNAME= vic-2.8
CATEGORIES= mbone tk82
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/
DISTFILES= vicsrc-2.8.tar.gz
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
USE_AUTOCONF= yes
USE_X_PREFIX= yes
MAN1= vic.1
post-install:
strip ${PREFIX}/bin/vic
strip ${PREFIX}/bin/histtolut
.include <bsd.port.mk>