openbsd-ports/security/zkt/Makefile
gonzalo 3b880fd9c8 Update for zkt to 1.1.0, with change of default
timers,bug fixes and new option -M for zkt-ls.

Tested on i386. USE_GROFF is not needed here.

OK aja@, gsoares@
2012-04-20 20:04:34 +00:00

39 lines
791 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/04/20 20:04:34 gonzalo Exp $
COMMENT= DNSsec Zone Key Tool
DISTNAME= zkt-1.1.0
CATEGORIES= security
HOMEPAGE= http://www.hznet.de/dns/zkt/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-configpath=/var/named/etc
NO_REGRESS= 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>