freebsd-ports/graphics/vid/Makefile
Pav Lucistnik ad9fb43e11 - Unfetchable since 2002; detonate in two months
- Portlint

PR:		ports/91056
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-29 19:40:21 +00:00

31 lines
740 B
Makefile

# New ports collection makefile for: vid
# Date created: Tue Dec 5 13:32:13 GMT 2000
# Whom: Roger Hardiman <roger@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= vid
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= #
MAINTAINER= ports@FreeBSD.org
COMMENT= Grab images from USB Cameras using the OV511 and OV511+ chipset
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.
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin
.include <bsd.port.mk>