summaryrefslogtreecommitdiff
path: root/graphics/opendis/Makefile
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld>2000-05-12 03:07:40 +0000
committersommerfeld <sommerfeld>2000-05-12 03:07:40 +0000
commited44d3650b57e3dd07a13fb661f3963c965584f2 (patch)
tree53f95a8360fab3efe7af054512ae32db7bae026d /graphics/opendis/Makefile
parentf3e629d3be19e4e09cf8d034475776320c1482b8 (diff)
downloadpkgsrc-ed44d3650b57e3dd07a13fb661f3963c965584f2.tar.gz
ODS, the Open Digita Services project, is an effort to write Open
Source tools for accessing Digita cameras from Linux and other unix operating systems. ODS has been tested with and is known to work with the following cameras: Kodak DC-220 Kodak DC-260 Kodak DC-265 Kodak DC-290 The Minolta EX-1500 has been reported to work with ODS, but the interface needs some debugging. ODS will not support cameras that don't use Digita; this includes the Kodak DC-200, DC-210, DC-240, DC-280, and earlier cameras.
Diffstat (limited to 'graphics/opendis/Makefile')
-rw-r--r--graphics/opendis/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/opendis/Makefile b/graphics/opendis/Makefile
new file mode 100644
index 00000000000..9ac0250f35e
--- /dev/null
+++ b/graphics/opendis/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/12 03:07:40 sommerfeld Exp $
+
+DISTNAME= opendis-0.0.3
+CATEGORIES= graphics
+MASTER_SITES= http://ods.sourceforge.net/dl/
+
+MAINTAINER= sommerfeld@netbsd.org
+HOMEPAGE= http://ods.sourceforge.net/
+
+#USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+.include "../../mk/bsd.pkg.mk"