Edit

IABSD.fr/ports/textproc/txt2man/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 18:08:55
    Hash : e81d6c04
    Message : MASTER_SITES -> SITES

  • textproc/txt2man/Makefile
  • COMMENT =		convert ASCII text to man page
    DISTNAME =		txt2man-1.5.6
    REVISION =		3
    CATEGORIES =		textproc
    HOMEPAGE =		http://mvertes.free.fr/
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    SITES =			${HOMEPAGE:=download/}
    
    BUILD_DEPENDS =		${RUN_DEPENDS}
    RUN_DEPENDS =		archivers/bzip2 \
    			lang/gawk \
    			textproc/groff
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>