From c53cc6c7e2d77f1cd7debab36b9fc7bed1339c28 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 29 Dec 2005 19:40:21 +0000 Subject: - Unfetchable since 2002; detonate in two months - Portlint PR: ports/91056 Submitted by: Jean Milanez Melo --- graphics/vid/Makefile | 15 ++++++--------- graphics/vid/pkg-descr | 3 --- 2 files changed, 6 insertions(+), 12 deletions(-) (limited to 'graphics/vid') diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index 9b59f034eaa9..e61a6a6a5786 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -7,21 +7,18 @@ PORTNAME= vid PORTVERSION= 1.0.1 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://members.home.com/housel/ +MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= Grab images from USB Cameras using the OV511 and OV511+ chipset -.include - -.if ${OSVERSION} < 400000 -BROKEN= requires FreeBSD 4.0 or later -.endif - LIB_DEPENDS= netpbm:${PORTSDIR}/graphics/netpbm +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE=2006-02-28 + PLIST_FILES= bin/vid # The port does not understand 'make all' or 'make install' # so change the 'all_target' to be empty and use our own do-install handler. @@ -31,4 +28,4 @@ ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin -.include +.include diff --git a/graphics/vid/pkg-descr b/graphics/vid/pkg-descr index cf6519d7675d..e1c3ecfab068 100644 --- a/graphics/vid/pkg-descr +++ b/graphics/vid/pkg-descr @@ -22,6 +22,3 @@ Josh Elsasser has added support for OV511+ cameras. Older Creative WebCam 3's use the OV511 but newer ones use the OV511+ On my OV511+ Trust SpaceCam 300 the image appears orange. I'm investigating. - - -WWW: http://members.home.com/housel/ -- cgit