mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4d9e7fb643
he hopes to get back to FreeBSD work soon, it's probably fairer in the meantime to see if anyone else who has more time can adopt them.
35 lines
780 B
Makefile
35 lines
780 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
|
|
PORTREVSION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://members.home.com/housel/
|
|
|
|
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
|
|
|
|
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.post.mk>
|