diff options
Diffstat (limited to 'math/librandlib/Makefile')
-rw-r--r-- | math/librandlib/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile deleted file mode 100644 index e1647bcbda71..000000000000 --- a/math/librandlib/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> |