1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/multimedia/vic/Makefile

27 lines
474 B
Makefile
Raw Normal View History

1994-12-14 23:01:27 +00:00
# New ports collection makefile for: vic
# Date created: 14 December 1994
# Whom: wollman
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
1994-12-14 23:01:27 +00:00
#
2000-04-14 08:49:30 +00:00
PORTNAME= vic
PORTVERSION= 2.8
CATEGORIES= mbone tk82
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/
1996-11-04 04:43:57 +00:00
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
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>