freebsd-ports/graphics/dcraw/Makefile
Michael Nottebrock 662840e9fd This patch updates the graphics/dcraw port to the dcraw
version with CVS revision 1.181. This version fixes some
problems with newer cameras, like the Nikon D70.

Reported by: Wayne Pascoe (wayne@penguinpowered.org)

PR: ports/65503
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-04-13 20:29:54 +00:00

27 lines
627 B
Makefile

# New ports collection makefile for: dcraw
# Date created: 14 February 2004
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#
PORTNAME= dcraw
PORTVERSION= 1.181
CATEGORIES= graphics
MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/
MAINTAINER= avleeuwen@piwebs.com
COMMENT= Decoder for RAW files from digital cameras
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
MAN1= dcraw.1
PLIST_FILES= bin/dcraw
.include <bsd.port.pre.mk>
do-install::
${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>