21ca33d771
This is a package for bktr2jpeg, which grabs images from /dev/bktr and saves it as a jpeg file. That makes a console based simple webcam program.
12 lines
300 B
Text
12 lines
300 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/09/29 00:13:14 wiz Exp $
|
|
|
|
--- Makefile.orig Wed Sep 25 01:13:27 2002
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
|
|
appname = bktr2jpeg
|
|
-prefix = /usr/pkg
|
|
+prefix = ${PREFIX}
|
|
exec_prefix = ${prefix}
|
|
bindir = $(exec_prefix)/bin
|
|
libdir = $(exec_prefix)/lib
|