summaryrefslogtreecommitdiff
path: root/graphics/cqcam/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>1998-08-24 04:45:50 +0000
committerthorpej <thorpej@pkgsrc.org>1998-08-24 04:45:50 +0000
commitbc860a537a74ab16cf68b6debbc4c7e1367ac9c3 (patch)
treee0e726511f516c94198c16cefad8992e81744edd /graphics/cqcam/Makefile
parent0addc21e4f54d1d458330a4c675872cb75826cf3 (diff)
downloadpkgsrc-bc860a537a74ab16cf68b6debbc4c7e1367ac9c3.tar.gz
cqcam, a program that captures images from a Connectix Color QuickCam,
connected to a PC-style parallel port. XXX This is currently x86-only, as it uses direct i/o access to do its work.
Diffstat (limited to 'graphics/cqcam/Makefile')
-rw-r--r--graphics/cqcam/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
new file mode 100644
index 00000000000..55f82f25198
--- /dev/null
+++ b/graphics/cqcam/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/08/24 04:45:50 thorpej Exp $
+
+DISTNAME= cqcam-0.45a
+CATEGORIES= graphics x11
+MASTER_SITES= http://www.cs.virginia.edu/~patrick/cqcam/
+EXTRACT_SUFX= .tgz
+
+# XXX uses inb/outb
+ONLY_FOR_ARCHS= i386
+
+MAINTAINER= packages@netbsd.org
+
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= tk-8.0p2:../../x11/tk80
+
+LICENSE= no-profit
+
+MAN1= cqcam.1
+
+.include "../../mk/bsd.pkg.mk"