1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/mbone/vic/Makefile

27 lines
517 B
Makefile
Raw Normal View History

1994-12-14 23:01:27 +00:00
# New ports collection makefile for: vic
# Version required: 2.6
# Date created: 14 December 1994
# Whom: wollman
#
1997-09-11 03:55:02 +00:00
# $Id: Makefile,v 1.11 1997/04/20 13:19:27 wosch Exp $
1994-12-14 23:01:27 +00:00
#
1996-11-04 04:43:57 +00:00
DISTNAME= vic-2.8
1997-09-11 03:55:02 +00:00
CATEGORIES= mbone tk80
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/
1996-11-04 04:43:57 +00:00
DISTFILES= vicsrc-2.8.tar.gz
1996-11-04 04:43:57 +00:00
MAINTAINER= fenner@FreeBSD.ORG
1997-09-11 03:55:02 +00:00
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
1996-11-04 04:43:57 +00:00
GNU_CONFIGURE= yes
USE_X11= yes
MAN1= vic.1
1994-12-14 23:01:27 +00:00
1996-11-07 02:15:09 +00:00
post-install:
strip ${PREFIX}/bin/vic
strip ${PREFIX}/bin/histtolut
1994-12-14 23:01:27 +00:00
.include <bsd.port.mk>