diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-04-07 07:02:51 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-04-07 07:02:51 +0000 |
commit | 88980b00358391e327ec9c0cb82062c694ea5ba9 (patch) | |
tree | 2fece56bd285ee202fa7d5fb84dcd792e16390e5 /math/randlib/Makefile | |
parent | b323d4d4b54fc5d41b5ce2637f2e0baca40fdd37 (diff) | |
download | ports-88980b00358391e327ec9c0cb82062c694ea5ba9.tar.gz ports-88980b00358391e327ec9c0cb82062c694ea5ba9.zip |
Notes
Diffstat (limited to 'math/randlib/Makefile')
-rw-r--r-- | math/randlib/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile new file mode 100644 index 000000000000..356be74ade63 --- /dev/null +++ b/math/randlib/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ranlib +# Version required: ? +# Date created: 06 April 1997 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= ranlib.f +PKGNAME= ranlib-1.0 +CATEGORIES= math +MASTER_SITES= ftp://ftp.netlib.org/random/ + +MAINTAINER= tg@FreeBSD.ORG + +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 + @${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> |