mglocker 202d4e059f fswebcam is a small and simple webcam app. It can capture images from
a number of different sources and perform simple manipulation on the
captured image.  The image can be saved as one or more PNG or JPEG
files.

Works with uvideo(4).

OK robert@
2008-06-13 16:39:44 +00:00

35 lines
787 B
Makefile

# $OpenBSD: Makefile,v 1.1 2008/06/13 16:39:44 mglocker Exp $
COMMENT= fswebcam is a small and simple webcam app
DISTNAME= fswebcam-20070108
CATEGORIES= graphics
MASTER_SITES= http://www.firestorm.cx/fswebcam/files/
HOMEPAGE= http://www.firestorm.cx/fswebcam/
MAINTAINER= Marcus Glocker <marcus@nazgul.ch>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
LIB_DEPENDS= gd::graphics/gd
CONFIGURE_STYLE= simple
CONFIGURE_ARGS+= --disable-v4l1
CONFIGURE_ENV= CFLAGS="-I/usr/local/include" \
LDFLAGS="-L/usr/local/lib -L/usr/X11R6/lib"
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fswebcam ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/fswebcam.1 ${PREFIX}/man/man1
.include <bsd.port.mk>