aboutsummaryrefslogtreecommitdiff
path: root/graphics/imageworsener
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-27 15:49:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-27 15:49:09 +0000
commit2614ff0bb232c0b5a584adabee314d0e9ef206d8 (patch)
tree3336e60316faa3f16197868de58ff8ecdc5d9269 /graphics/imageworsener
parent407caa64e69f2ef9ec80c0e86960153c6acda1bb (diff)
downloadports-2614ff0bb232c0b5a584adabee314d0e9ef206d8.tar.gz
ports-2614ff0bb232c0b5a584adabee314d0e9ef206d8.zip
- Add LICENSE_FILE
- Cleanup Makefile
Notes
Notes: svn path=/head/; revision=400254
Diffstat (limited to 'graphics/imageworsener')
-rw-r--r--graphics/imageworsener/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile
index d7af1107d17b..e2db7a3d8b13 100644
--- a/graphics/imageworsener/Makefile
+++ b/graphics/imageworsener/Makefile
@@ -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>