summaryrefslogtreecommitdiff
path: root/graphics/CRWInfo/Makefile
diff options
context:
space:
mode:
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"