svn commit: r399367 - head/graphics/webp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:16:27 UTC 2015


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 at 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


More information about the svn-ports-all mailing list