diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-22 03:26:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-22 03:26:11 +0800 |
commit | 938106c4ca7faf8e124c9ae1bcde8ebed095ba25 (patch) | |
tree | e429fe541bd9a3d411f48e7510f38e088dffacfd | |
parent | a5e4f04348b9ce11690cb3b6efc38b3a3147293d (diff) | |
download | freebsd-ports-gnome-938106c4ca7faf8e124c9ae1bcde8ebed095ba25.tar.gz freebsd-ports-gnome-938106c4ca7faf8e124c9ae1bcde8ebed095ba25.tar.zst freebsd-ports-gnome-938106c4ca7faf8e124c9ae1bcde8ebed095ba25.zip |
Stage support
-rw-r--r-- | graphics/crw/Makefile | 11 |
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+=,' \ |