aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-22 03:26:11 +0800
committerantoine <antoine@FreeBSD.org>2014-01-22 03:26:11 +0800
commit938106c4ca7faf8e124c9ae1bcde8ebed095ba25 (patch)
treee429fe541bd9a3d411f48e7510f38e088dffacfd
parenta5e4f04348b9ce11690cb3b6efc38b3a3147293d (diff)
downloadfreebsd-ports-gnome-938106c4ca7faf8e124c9ae1bcde8ebed095ba25.tar.gz
freebsd-ports-gnome-938106c4ca7faf8e124c9ae1bcde8ebed095ba25.tar.zst
freebsd-ports-gnome-938106c4ca7faf8e124c9ae1bcde8ebed095ba25.zip
Stage support
-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+=,' \