# New ports collection makefile for: dcraw # Date created: 14 February 2004 # Whom: Arjan van Leeuwen # # $FreeBSD$ # PORTNAME= dcraw PORTVERSION= 1.236 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 do-install:: ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1 .include