aboutsummaryrefslogtreecommitdiff
path: root/math/randlib/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
commit058f99bb6be204f053b06d0ad32951709df6109f (patch)
treed55abf725c2c1bef9c08f04fa131ff3b081ef61a /math/randlib/Makefile
parentddf00fcd5395624bf1ee4fb0f5ac3b1eac59bb23 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_EOL'.6-eol
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 ed86e6afc955..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= bf@FreeBSD.org
-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>