svn commit: r400254 - head/graphics/imageworsener

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 27 15:49:10 UTC 2015


Author: sunpoet
Date: Tue Oct 27 15:49:09 2015
New Revision: 400254
URL: https://svnweb.freebsd.org/changeset/ports/400254

Log:
  - Add LICENSE_FILE
  - Cleanup Makefile

Modified:
  head/graphics/imageworsener/Makefile

Modified: head/graphics/imageworsener/Makefile
==============================================================================
--- head/graphics/imageworsener/Makefile	Tue Oct 27 15:49:04 2015	(r400253)
+++ head/graphics/imageworsener/Makefile	Tue Oct 27 15:49:09 2015	(r400254)
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	CLI utility and library for image scaling and processing
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 OPTIONS_DEFINE=	JPEG PNG WEBP
 OPTIONS_DEFAULT=JPEG PNG WEBP
@@ -33,7 +34,4 @@ WEBP_CONFIGURE_OFF=	--without-webp
 WEBP_CONFIGURE_ON=	--with-webp-include-dir=${LOCALBASE}/include --with-webp-lib-dir=${LOCALBASE}/lib
 WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}/graphics/webp
 
-#post-build:
-#	@${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list