Date: Tue, 21 Jan 2014 19:26:11 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340640 - head/graphics/crw Message-ID: <201401211926.s0LJQB8h019001@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jan 21 19:26:11 2014 New Revision: 340640 URL: http://svnweb.freebsd.org/changeset/ports/340640 QAT: https://qat.redports.org/buildarchive/r340640/ Log: Stage support Modified: head/graphics/crw/Makefile Modified: head/graphics/crw/Makefile ============================================================================== --- head/graphics/crw/Makefile Tue Jan 21 19:20:13 2014 (r340639) +++ head/graphics/crw/Makefile Tue Jan 21 19:26:11 2014 (r340640) @@ -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+=,' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401211926.s0LJQB8h019001>