aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imageworsener
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-27 23:49:09 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-27 23:49:09 +0800
commit3d216603eb8702e4909bd0f88eb7450d8b4c535c (patch)
tree3336e60316faa3f16197868de58ff8ecdc5d9269 /graphics/imageworsener
parent955bdb0dd183d71e910312d59f7bf024b7bbc695 (diff)
downloadfreebsd-ports-gnome-3d216603eb8702e4909bd0f88eb7450d8b4c535c.tar.gz
freebsd-ports-gnome-3d216603eb8702e4909bd0f88eb7450d8b4c535c.tar.zst
freebsd-ports-gnome-3d216603eb8702e4909bd0f88eb7450d8b4c535c.zip
- Add LICENSE_FILE
- Cleanup Makefile
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>