Edit

IABSD.fr/ports/graphics/libimagequant/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2023-06-11 08:11:26
    Hash : 377d458e
    Message : update to libimagequant-2.18.0, from Brad

  • graphics/libimagequant/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>