Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.5 2012/10/06 14:10:39 asau Exp $
#
DISTNAME= CRWInfo-0.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
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
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/crwinfo ${DESTDIR}${PREFIX}/bin/
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/crwinfo/
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/crwinfo/
.include "../../mk/bsd.pkg.mk"