2006-10-06 03:29:19 +02:00
|
|
|
# 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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2006-10-06 03:29:19 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/ovt${PORTNAME}-bsd/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2006-10-06 03:29:19 +02:00
|
|
|
|
|
|
|
MAINTAINER= olivier@gid0.org
|
|
|
|
COMMENT= Grab images from USB Cameras using the OV511 and OV511+ chipset
|
|
|
|
|
|
|
|
LIB_DEPENDS= netpbm:${PORTSDIR}/graphics/netpbm
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2009-05-24 17:20:16 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 800064
|
|
|
|
BROKEN= does not build
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|