Edit

IABSD.fr/ports/mail/nmzmail/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-26 12:28:08
    Hash : f1df0191
    Message : MASTER_SITES -> SITES

  • mail/nmzmail/Makefile
  • COMMENT=	fast maildir search engine
    
    DISTNAME=	nmzmail-1.1
    REVISION=	4
    
    CATEGORIES=	mail textproc
    HOMEPAGE=	http://www.ecademix.com/JohannesHofmann/nmzmail.html
    
    # GPLv3
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c curses readline
    
    SITES=		${HOMEPAGE:nmzmail.html=}
    
    BUILD_DEPENDS=	textproc/namazu
    RUN_DEPENDS=	textproc/namazu
    
    AUTOCONF_VERSION=2.63
    CONFIGURE_STYLE=autoconf
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nmzmail
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nmzmail/
    
    .include <bsd.port.mk>