freebsd-ports/math/randlib/Makefile
Rene Ladan a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00

33 lines
808 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= randlib
PORTVERSION= 1.3
CATEGORIES= math
MASTER_SITES= https://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ \
LOCAL/bf
DISTNAME= RANDLIB_V90
MAINTAINER= ports@FreeBSD.org
COMMENT= Library of Routines for Random Number Generation
USES= uidfix
USE_LDCONFIG= yes
MAKE_ENV= NO_PROFILE=true
WRKSRC= ${WRKDIR}/source/randlib.c/src
PORTDOCS= Basegen.c.doc randlib.c.chs randlib.c.fdoc
PLIST_FILES= include/randlib.h \
lib/librandlib.a \
lib/librandlib.so \
lib/librandlib.so.1
post-extract:
${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>