aboutsummaryrefslogtreecommitdiff
path: root/math/randlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/randlib/Makefile')
-rw-r--r--math/randlib/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
deleted file mode 100644
index 089465a9be10..000000000000
--- a/math/randlib/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: ranlib
-# Date created: 06 April 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= randlib
-PORTVERSION= 1.3
-CATEGORIES= math
-MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/
-DISTNAME= RANDLIB_V90
-
-MAINTAINER= bf1783@gmail.com
-COMMENT= Library of Routines for Random Number Generation
-
-USE_LDCONFIG= yes
-MAKE_ENV= NOPROFILE=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
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/randlib
- @${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${PREFIX}/share/doc/randlib
-.endif
-
-.include <bsd.port.mk>