436df90a4f
* Update HOMEPAGE and MASTER_SITES. * Convert custom do-install taget to patch to Makefile.in. Changelog: version 0.97 * Case insensitivity when responding to S/KEY challenges. RFC1760 does not mention case sensitivity, but I've received a report of a server implementation that is case sensitive. OTP behavior is unchanged.
18 lines
437 B
Makefile
18 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/06/09 08:52:27 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= otpCalc-0.97
|
|
CATEGORIES= x11 security
|
|
MASTER_SITES= http://www.killa.net/infosec/otpCalc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.killa.net/infosec/otpCalc/
|
|
COMMENT= OTP and S/Key calculator for X
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
|
|
BUILD_TARGET= otpCalc otpCalc.1
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|