summaryrefslogtreecommitdiff
path: root/graphics/cambevao/Makefile
diff options
context:
space:
mode:
authorabs <abs>2004-06-27 21:33:23 +0000
committerabs <abs>2004-06-27 21:33:23 +0000
commita11e1e26dfb2239ea16fb594a0a8ed0ad67f69a6 (patch)
treec9aafbec1bb51c2dd78121f3bab37800a4195a73 /graphics/cambevao/Makefile
parentbd827a2c424bffdb9faf71337f1ee9c56ef75975 (diff)
downloadpkgsrc-a11e1e26dfb2239ea16fb594a0a8ed0ad67f69a6.tar.gz
Inport cambevao 2.0
cambevao grabs images from NetBSD's or FreeBSD's /dev/bktr and ov511+ based USB webcams and saves them as jpegs. It includes a built-in mini webserver for static and streaming images.
Diffstat (limited to 'graphics/cambevao/Makefile')
-rw-r--r--graphics/cambevao/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/cambevao/Makefile b/graphics/cambevao/Makefile
new file mode 100644
index 00000000000..8a68481ef3e
--- /dev/null
+++ b/graphics/cambevao/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/27 21:33:23 abs Exp $
+#
+
+DISTNAME= cambevao-2.0
+CATEGORIES= graphics
+MASTER_SITES= http://core.de/~coto/projects/cambevao/
+
+MAINTAINER= abs@NetBSD.org
+HOMEPAGE= http://core.de/~coto/projects/cambevao/
+COMMENT= Grabs images as jpg from bktr and ov511+ based USB webcams
+
+USE_BUILDLINK3= yes
+MAKE_ENV= prefix=${PREFIX}
+RCD_SCRIPTS= cambevao
+USE_PKGINSTALL= yes
+
+ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-*
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cambevao
+ ${INSTALL_DATA} ${WRKSRC}/cambevao.xml ${PREFIX}/share/examples/cambevao
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cambevao.README
+ ${INSTALL_SCRIPT} ${WRKSRC}/cambevao.rc.d ${RCD_SCRIPTS_EXAMPLEDIR}/cambevao
+
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"