Edit

IABSD.fr/ports/textproc/scdoc/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-02-19 10:02:11
    Hash : a054fc2f
    Message : update to scdoc-1.11.3

  • textproc/scdoc/Makefile
  • COMMENT =		convert scdoc text files to man(7) pages
    VERSION =		1.11.3
    DISTNAME =		scdoc-${VERSION}
    CATEGORIES =		textproc
    HOMEPAGE =		https://git.sr.ht/~sircmpwn/scdoc
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    SITES =			https://git.sr.ht/~sircmpwn/scdoc/
    DISTFILES =		scdoc-{archive/}${VERSION}${EXTRACT_SUFX}
    
    # uses pledge(2)
    WANTLIB =		c
    
    USE_GMAKE =		Yes
    MAKE_FLAGS =		CC="${CC}"
    FAKE_FLAGS =		DESTDIR=${WRKINST}\
    			PREFIX=${PREFIX}\
    			MANDIR=${PREFIX}/man
    
    TEST_TARGET =		check
    
    .include <bsd.port.mk>