![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / otptool / Attic / Makefile (download)
Revision 1.9, Tue Aug 1 17:40:15 2017 UTC (6 years, 2 months ago) by wiz
Comment out some dead HOMEPAGEs. |
# $NetBSD: Makefile,v 1.9 2017/08/01 17:40:15 wiz Exp $ DISTNAME= mod_authn_otp-${DISTVERS} PKGNAME= otptool-${DISTVERS} PKGREVISION= 3 CATEGORIES= security #MASTER_SITES= http://mod-authn-otp.googlecode.com/files/ LICENSE= apache-2.0 MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://mod-authn-otp.googlecode.com/ COMMENT= One-Time Password command line utility PKG_APACHE_ACCEPTED= apache22 USE_LIBTOOL= yes .include "../../mk/apache.mk" DISTVERS= 1.1.6 SBINDIR= ${PREFIX}/sbin SUBST_CLASSES+= paths SUBST_FILES.paths= configure SUBST_VARS.paths+= SBINDIR SUBST_STAGE.paths= post-patch GNU_CONFIGURE=yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/otptool ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/otptool.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../www/apache22/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"