freebsd-ports/mbone/vic/Makefile

27 lines
529 B
Makefile
Raw Normal View History

1994-12-14 18:01:27 -05:00
# New ports collection makefile for: vic
# Version required: 2.6
# Date created: 14 December 1994
# Whom: wollman
#
1998-10-13 00:33:06 -04:00
# $Id: Makefile,v 1.19 1998/10/13 03:05:40 jseger Exp $
1994-12-14 18:01:27 -05:00
#
1996-11-03 23:43:57 -05:00
DISTNAME= vic-2.8
CATEGORIES= mbone tk80
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/
1996-11-03 23:43:57 -05:00
DISTFILES= vicsrc-2.8.tar.gz
1996-11-03 23:43:57 -05:00
MAINTAINER= fenner@FreeBSD.ORG
1998-09-25 06:05:14 -04:00
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
USE_AUTOCONF= yes
USE_X_PREFIX= yes
MAN1= vic.1
1994-12-14 18:01:27 -05:00
1996-11-06 21:15:09 -05:00
post-install:
strip ${PREFIX}/bin/vic
strip ${PREFIX}/bin/histtolut
1994-12-14 18:01:27 -05:00
.include <bsd.port.mk>