freebsd-ports/graphics/imageworsener/Makefile

36 lines
827 B
Makefile
Raw Normal View History

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= imageworsener
PORTVERSION= 1.3.2
CATEGORIES= graphics
MASTER_SITES= http://entropymine.com/imageworsener/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CLI utility and library for image scaling and processing
LICENSE= MIT
2015-10-27 16:49:09 +01:00
LICENSE_FILE= ${WRKSRC}/COPYING.txt
OPTIONS_DEFINE= JPEG PNG WEBP
OPTIONS_DEFAULT=JPEG PNG WEBP
CONFIGURE_ARGS= --with-zlib-include-dir=${INCLUDEDIR} \
--with-zlib-lib-dir=${LIBDIR}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool
PLIST_SUB= PORTVERSION=${PORTVERSION}
2015-11-04 21:14:19 +01:00
JPEG_CONFIGURE_WITH= jpeg
2015-06-22 20:33:20 +02:00
JPEG_USES= jpeg
2015-11-04 21:14:19 +01:00
PNG_CONFIGURE_WITH= png
PNG_LIB_DEPENDS= libpng.so:graphics/png
2015-11-04 21:14:19 +01:00
WEBP_CONFIGURE_WITH= webp
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
.include <bsd.port.mk>