pkgsrc/graphics/CRWInfo/Makefile
jmmv e1a28fcae2 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.
2005-01-14 16:02:09 +00:00

22 lines
634 B
Makefile

# $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"