diff options
Diffstat (limited to 'graphics/dcraw/Makefile')
-rw-r--r-- | graphics/dcraw/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index dd6b37f..f792361 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -6,18 +6,22 @@ # PORTNAME= dcraw -PORTVERSION= 1.166 +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> |