summaryrefslogtreecommitdiff
path: root/graphics/s10sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/s10sh/Makefile')
-rw-r--r--graphics/s10sh/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
new file mode 100644
index 00000000000..c50e455c558
--- /dev/null
+++ b/graphics/s10sh/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/28 16:52:42 drochner Exp $
+#
+
+DISTNAME= s10sh-0.2.0
+CATEGORIES= graphics
+MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/
+
+MAINTAINER= drochner@netbsd.org
+HOMEPAGE= http://www.kyuzz.org/antirez/s10sh
+COMMENT= USB/serial userspace driver for Canon PowerShot cameras
+
+DEPENDS+= libusb-*:../../devel/libusb
+
+HAS_CONFIGURE= yes
+
+do-install:
+ ${INSTALL} ${WRKSRC}/s10sh ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"