summaryrefslogtreecommitdiff
path: root/graphics/CRWInfo/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-14 16:02:09 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-14 16:02:09 +0000
commite1a28fcae2767b4ee7925089be4f2e86dd85aa8a (patch)
treede00a3e150fe0ef935b3806458573967b9202073 /graphics/CRWInfo/Makefile
parent782903ea1671be56813eb1880b912064edb2fd94 (diff)
downloadpkgsrc-e1a28fcae2767b4ee7925089be4f2e86dd85aa8a.tar.gz
Initial import of CRWInfo, version 0.2:
CRW Info is a program to extract exposure information and thumbnails from Canon RAW files. It has been tested so far only with the CRW files from the Canon D60 camera. Owners of other camera models are encouraged to try the program and give feedback to the original authors. From pkgsrc-wip, packaged by kirtai at users.sourceforge.net.
Diffstat (limited to 'graphics/CRWInfo/Makefile')
-rw-r--r--graphics/CRWInfo/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/CRWInfo/Makefile b/graphics/CRWInfo/Makefile
new file mode 100644
index 00000000000..92948577319
--- /dev/null
+++ b/graphics/CRWInfo/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/14 16:02:09 jmmv Exp $
+#
+
+DISTNAME= CRWInfo-0.2
+CATEGORIES= graphics
+MASTER_SITES= http://neuemuenze.heim1.tu-clausthal.de/~sven/crwinfo/
+
+MAINTAINER= kirtai@users.sourceforge.net
+HOMEPAGE= http://neuemuenze.heim1.tu-clausthal.de/~sven/crwinfo/
+COMMENT= Extracts exposure information and thumbnails from Canon RAW files
+
+NO_CONFIGURE= yes
+USE_BUILDLINK3= yes
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/crwinfo ${PREFIX}/bin/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/crwinfo/
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/crwinfo/
+
+.include "../../mk/bsd.pkg.mk"