31 lines
447 B
Makefile
31 lines
447 B
Makefile
|
COMMENT= image quantization library
|
||
|
|
||
|
GH_ACCOUNT= ImageOptim
|
||
|
GH_PROJECT= libimagequant
|
||
|
GH_TAGNAME= 2.18.0
|
||
|
|
||
|
SHARED_LIBS += imagequant 0.0 # 0
|
||
|
|
||
|
CATEGORIES= graphics devel
|
||
|
|
||
|
HOMEPAGE= https://pngquant.org/lib/
|
||
|
|
||
|
# GPLv3+
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += m
|
||
|
|
||
|
USE_GMAKE= Yes
|
||
|
|
||
|
BUILD_DEPENDS= shells/bash
|
||
|
|
||
|
CONFIGURE_STYLE= simple
|
||
|
|
||
|
MAKE_FLAGS= SOVER=${LIBimagequant_VERSION}
|
||
|
|
||
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||
|
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|