2002-03-21 15:57:06 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2002/03/21 20:57:09 espie Exp $
|
2001-06-18 23:25:08 -04:00
|
|
|
# $FreeBSD: ports/graphics/vid/Makefile,v 1.5 2001/02/21 07:48:56 roger Exp $
|
|
|
|
#
|
|
|
|
|
|
|
|
COMMENT= "Get images from USB cameras using the OV511(+) chipsets"
|
|
|
|
|
|
|
|
DISTNAME= vid-1.0.1
|
|
|
|
CATEGORIES= graphics
|
2002-03-21 15:57:06 -05:00
|
|
|
NEED_VERSION= 1.515
|
2001-06-18 23:25:08 -04:00
|
|
|
|
2001-07-22 00:32:21 -04:00
|
|
|
HOMEPAGE= http://members.home.com/housel/
|
|
|
|
|
2001-06-18 23:25:08 -04:00
|
|
|
# GNU
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://members.home.com/housel/
|
|
|
|
|
2001-10-12 12:44:05 -04:00
|
|
|
BUILD_DEPENDS= ::graphics/netpbm
|
|
|
|
LIB_DEPENDS= pbm,pgm,pnm,ppm::graphics/netpbm
|
2001-06-18 23:25:08 -04:00
|
|
|
|
|
|
|
# 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>
|