Edit

IABSD.fr/ports/mail/mdsort/Makefile

Branch :

  • Show log

    Commit

  • Author : anton
    Date : 2024-09-01 13:12:19
    Hash : 05bddd87
    Message : update to mdsort-11.6.0

  • mail/mdsort/Makefile
  • COMMENT =	maildir sort
    
    V =		11.6.0
    DISTNAME =	mdsort-${V}
    
    CATEGORIES =	mail
    
    HOMEPAGE =	https://github.com/mptre/mdsort
    
    MAINTAINER =	Anton Lindqvist <anton@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    # __builtin_{add,mul}_overflow() not available in base-gcc
    COMPILER = base-clang ports-gcc
    COMPILER_LANGS = c 
    
    # uses pledge()
    WANTLIB +=	c
    
    SITES =		https://github.com/mptre/mdsort/releases/download/v${V}/
    
    CONFIGURE_STYLE =	simple
    
    TEST_ENV =		TESTFLAGS="-Tfault -Tfdleak"
    
    .include <bsd.port.mk>