Date: Wed, 25 Dec 2013 23:50:00 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337466 - head/sysutils/graffer Message-ID: <201312252350.rBPNo0YG070350@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 25 23:50:00 2013 New Revision: 337466 URL: http://svnweb.freebsd.org/changeset/ports/337466 Log: Fix badly reintroduced USE_ICONV While here: - Convert LIB_DEPENDS to new format - Remove userless pre.mk/post.mk Modified: head/sysutils/graffer/Makefile Modified: head/sysutils/graffer/Makefile ============================================================================== --- head/sysutils/graffer/Makefile Wed Dec 25 23:33:14 2013 (r337465) +++ head/sysutils/graffer/Makefile Wed Dec 25 23:50:00 2013 (r337466) @@ -10,19 +10,17 @@ MASTER_SITES= http://chaosophia.net/down MAINTAINER= koue@chaosophia.net COMMENT= Utility to render graphical statistics -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +USES= iconv MAKE_ARGS= "LD_GD=gd" MAKE_END+= __MAKE_CONF=/dev/null -USE_ICONV= yes PLIST_FILES= bin/graffer \ etc/graffer/graffer.conf.example \ man/man8/graffer.8.gz PLIST_DIRS= etc/graffer -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \ ${WRKSRC}/Makefile @@ -37,4 +35,4 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/graffer ${INSTALL_DATA} ${WRKSRC}/graffer.conf.example ${STAGEDIR}${PREFIX}/etc/graffer -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312252350.rBPNo0YG070350>