aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/vic/Makefile
blob: a35f479cda95bde27bfa32d5668d6e58ef47f745 (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.6 1996/11/04 04:43:23 fenner Exp $
#

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

MAINTAINER= fenner@FreeBSD.ORG

LIB_DEPENDS=    tk41:${PORTSDIR}/x11/tk41

GNU_CONFIGURE=  yes
USE_X11=    yes

post-install:
    strip ${PREFIX}/bin/vic
    strip ${PREFIX}/bin/histtolut
    ${COMPRESS_MAN} ${PREFIX}/man/man1/vic.1
    
.include <bsd.port.mk>