diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
| commit | b6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch) | |
| tree | f2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /math/librandlib/Makefile | |
| parent | e892f2bbcdaf08e461fb47a64eee749e1a02fe85 (diff) | |
Diffstat (limited to 'math/librandlib/Makefile')
| -rw-r--r-- | math/librandlib/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile deleted file mode 100644 index 34b6353e1c00..000000000000 --- a/math/librandlib/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> |
