aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/vic/Makefile
blob: d66befe6d7598efd5c78e0b09fdcddc655d5669d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    vic
# Version required: 2.6
# Date created:     14 December 1994
# Whom:         wollman
#
# $Id: Makefile,v 1.19 1998/10/13 03:05:40 jseger Exp $
#

DISTNAME=   vic-2.8
CATEGORIES= mbone tk80
MASTER_SITES=   ftp://ftp.ee.lbl.gov/conferencing/vic/
DISTFILES=  vicsrc-2.8.tar.gz

MAINTAINER= fenner@FreeBSD.ORG

LIB_DEPENDS=    tk80.1:${PORTSDIR}/x11-toolkits/tk80

USE_AUTOCONF=   yes
USE_X_PREFIX=   yes
MAN1=       vic.1

post-install:
    strip ${PREFIX}/bin/vic
    strip ${PREFIX}/bin/histtolut

.include <bsd.port.mk>