diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
| commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
| tree | 49936ec28d8b2a4256959f13245d757df97e04bd /math/randlib/Makefile | |
| parent | bdce4d94e267612e2955a9270d4659712a679dea (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Diffstat (limited to 'math/randlib/Makefile')
| -rw-r--r-- | math/randlib/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile deleted file mode 100644 index 34b6353e1c00..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= ranlib -PORTVERSION= 1.0 -CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/random/ -DISTNAME= ranlib.c - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library of Routines for Random Number Generation - -USE_LDCONFIG= yes -MAKE_ENV= NOPROFILE=true -WRKSRC= ${WRKDIR}/${DISTNAME}/src -PORTDOCS= Basegen.c.doc ranlib.c.chs ranlib.c.fdoc -PLIST_FILES= include/ranlib.h \ - lib/libranlib.a \ - lib/libranlib.so \ - lib/libranlib.so.1 - -post-extract: - ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKDIR}/${DISTNAME}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> |
