summaryrefslogtreecommitdiff
path: root/math/randlib/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /math/randlib/Makefile
parentc7651500a041b224f401ba85fc192aac6ad83c1c (diff)
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>