aboutsummaryrefslogtreecommitdiff
path: root/graphics/crw
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-21 19:26:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-21 19:26:11 +0000
commite9262f791638f7d7c51288676d928dcff6e9c031 (patch)
treee429fe541bd9a3d411f48e7510f38e088dffacfd /graphics/crw
parent69693ac57d955f6a2c0e831062d5e5b7d3ab09f9 (diff)
downloadports-e9262f791638f7d7c51288676d928dcff6e9c031.tar.gz
ports-e9262f791638f7d7c51288676d928dcff6e9c031.zip
Stage support
Notes
Notes: svn path=/head/; revision=340640
Diffstat (limited to 'graphics/crw')
-rw-r--r--graphics/crw/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile
index c481a220621d..d2054480417d 100644
--- a/graphics/crw/Makefile
+++ b/graphics/crw/Makefile
@@ -8,17 +8,16 @@ CATEGORIES= graphics
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A utility to process Canon camera RAW (.crw) files
+COMMENT= Utility to process Canon camera RAW (.crw) files
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
-MAN1= crw.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/crw
+USES= uidfix
+
+PLIST_FILES= bin/crw man/man1/crw.1.gz
#CFLAGS+= -I${LOCALBASE}/include/libpng15
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local/lib,${LOCALBASE}/lib,' \
-e 's,CFLAGS=,CFLAGS+=,' \