Date: Mon, 28 Apr 2014 19:07:35 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352542 - head/graphics/show Message-ID: <201404281907.s3SJ7ZeK091055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Apr 28 19:07:35 2014 New Revision: 352542 URL: http://svnweb.freebsd.org/changeset/ports/352542 QAT: https://qat.redports.org/buildarchive/r352542/ Log: - Add staging support - Convert to new LIB_DEPENDS format Modified: head/graphics/show/Makefile Modified: head/graphics/show/Makefile ============================================================================== --- head/graphics/show/Makefile Mon Apr 28 19:05:51 2014 (r352541) +++ head/graphics/show/Makefile Mon Apr 28 19:07:35 2014 (r352542) @@ -11,20 +11,19 @@ MASTER_SITES= http://www.ibiblio.org/pro MAINTAINER= ports@FreeBSD.org COMMENT= Fast, flexible, extensible, and bloat-free image viewer for X11 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - gif.5:${PORTSDIR}/graphics/giflib \ - Imlib.5:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libImlib.so:${PORTSDIR}/graphics/imlib PLIST_FILES= bin/show -NO_STAGE= yes post-extract: @${CP} ${PATCHDIR}/Makefile ${WRKSRC} @${RM} ${WRKSRC}/${PORTNAME} do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/show ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404281907.s3SJ7ZeK091055>