Edit

IABSD.fr/ports/security/zkt/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 16:34:29
    Hash : 8ca1dc55
    Message : MASTER_SITES -> SITES

  • security/zkt/Makefile
  • COMMENT=	DNSsec Zone Key Tool
    
    DISTNAME=	zkt-1.1.6
    CATEGORIES=	security
    
    # also https://github.com/hzuleger/ZKT http://www.zonekeytool.de/
    HOMEPAGE=	https://www.hznet.de/dns/zkt/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=	c curses
    
    RUN_DEPENDS=	net/isc-bind
    BUILD_DEPENDS=	net/isc-bind
    SITES=		${HOMEPAGE}
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS+=	--enable-configpath=/var/named/etc \
    			--enable-bind_util_path=${LOCALBASE}/bin
    
    NO_TEST=		Yes
    
    PROGRAMS=		zkt-conf zkt-keyman zkt-ls zkt-signer zkt-soaserial
    MAN8=			zkt-conf.8 zkt-keyman.8 zkt-ls.8 zkt-signer.8
    
    do-install:
    .for p in ${PROGRAMS}
    	${INSTALL_PROGRAM} ${WRKBUILD}/${p} ${PREFIX}/sbin
    .endfor
    .for p in ${MAN8}
    	${INSTALL_MAN} ${WRKBUILD}/man/${p} ${PREFIX}/man/man8
    .endfor
    
    .include <bsd.port.mk>