Date: Thu, 15 Oct 2015 20:16:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399367 - head/graphics/webp Message-ID: <201510152016.t9FKGQna023694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Oct 15 20:16:26 2015 New Revision: 399367 URL: https://svnweb.freebsd.org/changeset/ports/399367 Log: - Add LICENSE_FILE - Use USES=localbase - Cosmetic change Modified: head/graphics/webp/Makefile Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Thu Oct 15 20:16:20 2015 (r399366) +++ head/graphics/webp/Makefile Thu Oct 15 20:16:26 2015 (r399367) @@ -11,26 +11,25 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google WebP image format conversion tool LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff -PORTSCOUT= limit:^[0-9\.]*$$ - OPTIONS_DEFINE= X11 OPTIONS_SUB= yes -CPPFLAGS+= -I${LOCALBASE}/include -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -LDFLAGS+= -L${LOCALBASE}/lib +PORTSCOUT= limit:^[0-9\.]*$$ + CONFIGURE_ARGS= --enable-libwebpdecoder \ --enable-libwebpdemux \ --enable-libwebpmux \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= compiler:c11 jpeg libtool +USES= compiler:c11 jpeg libtool localbase X11_CONFIGURE_OFF= build_vwebp=no X11_CONFIGURE_ON= build_vwebp=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510152016.t9FKGQna023694>