aboutsummaryrefslogtreecommitdiff
path: root/math/randlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/randlib/Makefile')
-rw-r--r--math/randlib/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
deleted file mode 100644
index e1647bcbda71..000000000000
--- a/math/randlib/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: ranlib
-# Date created: 06 April 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ranlib
-PORTVERSION= 1.0
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.netlib.org/random/
-DISTNAME= ranlib.c
-
-MAINTAINER= tg@FreeBSD.org
-COMMENT= Library of Routines for Random Number Generation
-
-USE_LDCONFIG= yes
-MAKE_ENV= NOPROFILE=true
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/ranlib
- @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
-.endif
-
-.include <bsd.port.mk>