0b7a232ad3
- Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files
27 lines
513 B
Makefile
27 lines
513 B
Makefile
# New ports collection makefile for: vic
|
|
# Version required: 2.6
|
|
# Date created: 14 December 1994
|
|
# Whom: wollman
|
|
#
|
|
# $Id: Makefile,v 1.14 1998/03/17 07:47:52 tg 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_X11= yes
|
|
MAN1= vic.1
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/vic
|
|
strip ${PREFIX}/bin/histtolut
|
|
|
|
.include <bsd.port.mk>
|