Edit

IABSD.fr/ports/graphics/mypaint-brushes2/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-26 11:39:01
    Hash : 8fd74949
    Message : MASTER_SITES -> SITES

  • graphics/mypaint-brushes2/Makefile
  • COMMENT =	brushes used by software using libmypaint
    
    V =		2.0.2
    DISTNAME =	mypaint-brushes-$V
    PKGNAME =	mypaint-brushes2-$V
    EXTRACT_SUFX =	.tar.xz
    
    CATEGORIES =	graphics
    
    # Public Domain/CC0 1.0
    PERMIT_PACKAGE = Yes
    
    SITES =	https://github.com/mypaint/mypaint-brushes/releases/download/v$V/
    
    CONFIGURE_STYLE =	gnu
    USE_GMAKE =		Yes
    
    .include <bsd.port.mk>