pkgsrc/security/ent/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

25 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/26 17:32:02 rillig Exp $
#
DISTNAME= random
PKGNAME= ent-19981020
CATEGORIES= security
MASTER_SITES= http://fourmilab.ch/random/
EXTRACT_SUFX= .zip
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= https://fourmilab.ch/random/
COMMENT= Entropy calculation and analysis of putative random sequences
LICENSE= public-domain
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
BUILD_TARGET= ${EMPTY}
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ent ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"