aboutsummaryrefslogtreecommitdiff
path: root/graphics/dcraw
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-12 07:02:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-12 07:02:26 +0000
commit13a63f71a6a9a6289647659c903d63d4171c9340 (patch)
tree695a31797026a2a2376f3e804828b7cf45572351 /graphics/dcraw
parent6c85a9da86bdb1fc13a6b6c300a7eb19a29f317f (diff)
downloadports-13a63f71a6a9a6289647659c903d63d4171c9340.tar.gz
ports-13a63f71a6a9a6289647659c903d63d4171c9340.zip
Notes
Diffstat (limited to 'graphics/dcraw')
-rw-r--r--graphics/dcraw/Makefile22
-rw-r--r--graphics/dcraw/distinfo4
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index 486aa4065b8e..45c7431fadf6 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -6,29 +6,29 @@
#
PORTNAME= dcraw
-PORTVERSION= 9.05
-PORTREVISION= 0
+PORTVERSION= 9.11
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
+MASTER_SITES= LOCAL/sunpoet
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Decoder for RAW files from digital cameras
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- lcms.1:${PORTSDIR}/graphics/lcms
+LIB_DEPENDS= jasper:${PORTSDIR}/graphics/jasper \
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ lcms:${PORTSDIR}/graphics/lcms
-USE_BZIP2= yes
+CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jasper
+LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms
MAN1= dcraw.1
PLIST_FILES= bin/dcraw
do-build:
- cd "${BUILD_WRKSRC}/" && ${CC} -o dcraw ${CFLAGS} -I"${PREFIX}"/include \
- dcraw.c -L"${PREFIX}"/lib -lm -ljpeg -llcms
+ cd ${WRKSRC}/ && ${CC} -o dcraw ${CFLAGS} dcraw.c ${LDFLAGS}
do-install:
- ${INSTALL_PROGRAM} "${WRKSRC}"/${PORTNAME} "${PREFIX}"/bin/
- ${INSTALL_MAN} "${WRKSRC}"/${MAN1} "${PREFIX}"/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/
make-dist:
@${RM} -rf ${WRKDIR};${MKDIR} ${WRKDIR};cd ${WRKDIR};\
diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo
index d734ea9d6de0..b8025e82bcd3 100644
--- a/graphics/dcraw/distinfo
+++ b/graphics/dcraw/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dcraw-9.05.tar.bz2) = d19799de20db47514691d324209f03ecc1fb6ce9af56c51cfe85ceadf56e355c
-SIZE (dcraw-9.05.tar.bz2) = 73228
+SHA256 (dcraw-9.11.tar.gz) = 83d27cf5b2964196544118b324f8ba9d2a13b9bb2e8389a3811c258a7d70e489
+SIZE (dcraw-9.11.tar.gz) = 87576