diff options
author | pav <pav@FreeBSD.org> | 2005-12-30 03:40:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-30 03:40:21 +0800 |
commit | c53cc6c7e2d77f1cd7debab36b9fc7bed1339c28 (patch) | |
tree | 1a7346902a4afb3d6855e7a5abdddd36be80b278 /graphics/vid | |
parent | f97f5a3fa74af7ed12b95bbcc79c53ba9bf136f9 (diff) | |
download | freebsd-ports-gnome-c53cc6c7e2d77f1cd7debab36b9fc7bed1339c28.tar.gz freebsd-ports-gnome-c53cc6c7e2d77f1cd7debab36b9fc7bed1339c28.tar.zst freebsd-ports-gnome-c53cc6c7e2d77f1cd7debab36b9fc7bed1339c28.zip |
- Unfetchable since 2002; detonate in two months
- Portlint
PR: ports/91056
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'graphics/vid')
-rw-r--r-- | graphics/vid/Makefile | 15 | ||||
-rw-r--r-- | graphics/vid/pkg-descr | 3 |
2 files changed, 6 insertions, 12 deletions
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 <jre@vineyard.net> 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/ |