Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 15:49:09 +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: r400254 - head/graphics/imageworsener
Message-ID:  <201510271549.t9RFn9OM050666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271549.t9RFn9OM050666>