ajacoutot bccf58f744 Import libimagequant-2.13.1
libimagequant is a small, portable C library for high-quality conversion of RGBA
images to 8-bit indexed-color (palette) images.

ok robert@
2021-01-09 14:05:02 +00:00

30 lines
502 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2021/01/09 14:05:02 ajacoutot Exp $
COMMENT= image quantization library
GH_ACCOUNT= ImageOptim
GH_PROJECT= libimagequant
GH_TAGNAME= 2.13.1
SHARED_LIBS += imagequant 0.0 # 0
CATEGORIES= graphics devel
HOMEPAGE= https://pngquant.org/lib/
# GPLv3+
PERMIT_PACKAGE= Yes
WANTLIB += m
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --disable-sse
MAKE_FLAGS= SOVER=${LIBimagequant_VERSION}
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>