freebsd-ports/multimedia/vic/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

26 lines
522 B
Makefile

# New ports collection makefile for: vic
# Version required: 2.6
# Date created: 14 December 1994
# Whom: wollman
#
# $Id: Makefile,v 1.15 1998/06/26 18:39:14 fenner 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/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>