jca 87faade4f5 Remove MAINTAINER per his request and change MASTER_SITES (hosted by
sthen).  While here, regen distinfo, fix a glitch in the manpage and
remove USE_GROFF.  ok sthen@
2013-11-27 22:51:55 +00:00

31 lines
642 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/11/27 22:51:55 jca Exp $
# Original from: John Walker http://www.fourmilab.ch/random/
CATEGORIES= misc
COMMENT= pseudo random number sequence test program
DISTNAME= ent-1.0
REVISION= 0
EXTRACT_SUFX= .zip
HOMEPAGE= http://www.fourmilab.ch/random/
MASTER_SITES= http://spacehopper.org/mirrors/
WRKSRC= ${WRKDIR}
ALL_TARGET= ent
MAKE_FLAGS= CFLAGS="${CFLAGS}" CC="${CC}"
# Public Domain; see ent.html
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ent ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/ent.1 ${PREFIX}/man/man1
.include <bsd.port.mk>