mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Use the C version, not Fortran. There are no functional differences.
This commit is contained in:
parent
cb3076d716
commit
aad38b55a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6273
@ -3,10 +3,10 @@
|
||||
# Date created: 06 April 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/04/07 07:02:50 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ranlib.f
|
||||
DISTNAME= ranlib.c
|
||||
PKGNAME= ranlib-1.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.netlib.org/random/
|
||||
@ -24,5 +24,5 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
|
||||
.endif
|
||||
@${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ranlib.f.tar.gz) = b2d4aeb9ea5ec5eec7d32600d0d8de29
|
||||
MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e
|
||||
|
@ -6,12 +6,6 @@ SHLIB_MAJOR= 1
|
||||
SHLIB_MINOR= 0
|
||||
LIB= ranlib
|
||||
|
||||
SRCS = advnst.f genbet.f genchi.f genexp.f genf.f gengam.f genmn.f \
|
||||
genmul.f gennch.f gennf.f gennor.f genprm.f genunf.f getcgn.f \
|
||||
getsd.f ignbin.f ignlgi.f ignnbn.f ignpoi.f ignuin.f initgn.f \
|
||||
inrgcm.f lennob.f mltmod.f phrtsd.f qrgnin.f ranf.f setall.f \
|
||||
setant.f setgmn.f setsd.f sexpo.f sgamma.f snorm.f
|
||||
|
||||
CLEANFILES+= ${SRC:.f=.c}
|
||||
SRCS = com.c ranlib.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/libranlib.a
|
||||
lib/libranlib.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
share/doc/ranlib/Basegen.doc
|
||||
share/doc/ranlib/ranlib.chs
|
||||
share/doc/ranlib/ranlib.fdoc
|
||||
share/doc/ranlib/Basegen.c.doc
|
||||
share/doc/ranlib/ranlib.c.chs
|
||||
share/doc/ranlib/ranlib.c.fdoc
|
||||
@dirrm %B
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: 06 April 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/04/07 07:02:50 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ranlib.f
|
||||
DISTNAME= ranlib.c
|
||||
PKGNAME= ranlib-1.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.netlib.org/random/
|
||||
@ -24,5 +24,5 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
|
||||
.endif
|
||||
@${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ranlib.f.tar.gz) = b2d4aeb9ea5ec5eec7d32600d0d8de29
|
||||
MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e
|
||||
|
@ -6,12 +6,6 @@ SHLIB_MAJOR= 1
|
||||
SHLIB_MINOR= 0
|
||||
LIB= ranlib
|
||||
|
||||
SRCS = advnst.f genbet.f genchi.f genexp.f genf.f gengam.f genmn.f \
|
||||
genmul.f gennch.f gennf.f gennor.f genprm.f genunf.f getcgn.f \
|
||||
getsd.f ignbin.f ignlgi.f ignnbn.f ignpoi.f ignuin.f initgn.f \
|
||||
inrgcm.f lennob.f mltmod.f phrtsd.f qrgnin.f ranf.f setall.f \
|
||||
setant.f setgmn.f setsd.f sexpo.f sgamma.f snorm.f
|
||||
|
||||
CLEANFILES+= ${SRC:.f=.c}
|
||||
SRCS = com.c ranlib.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/libranlib.a
|
||||
lib/libranlib.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
share/doc/ranlib/Basegen.doc
|
||||
share/doc/ranlib/ranlib.chs
|
||||
share/doc/ranlib/ranlib.fdoc
|
||||
share/doc/ranlib/Basegen.c.doc
|
||||
share/doc/ranlib/ranlib.c.chs
|
||||
share/doc/ranlib/ranlib.c.fdoc
|
||||
@dirrm %B
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: 06 April 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/04/07 07:02:50 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ranlib.f
|
||||
DISTNAME= ranlib.c
|
||||
PKGNAME= ranlib-1.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.netlib.org/random/
|
||||
@ -24,5 +24,5 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
|
||||
.endif
|
||||
@${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ranlib.f.tar.gz) = b2d4aeb9ea5ec5eec7d32600d0d8de29
|
||||
MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e
|
||||
|
@ -6,12 +6,6 @@ SHLIB_MAJOR= 1
|
||||
SHLIB_MINOR= 0
|
||||
LIB= ranlib
|
||||
|
||||
SRCS = advnst.f genbet.f genchi.f genexp.f genf.f gengam.f genmn.f \
|
||||
genmul.f gennch.f gennf.f gennor.f genprm.f genunf.f getcgn.f \
|
||||
getsd.f ignbin.f ignlgi.f ignnbn.f ignpoi.f ignuin.f initgn.f \
|
||||
inrgcm.f lennob.f mltmod.f phrtsd.f qrgnin.f ranf.f setall.f \
|
||||
setant.f setgmn.f setsd.f sexpo.f sgamma.f snorm.f
|
||||
|
||||
CLEANFILES+= ${SRC:.f=.c}
|
||||
SRCS = com.c ranlib.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/libranlib.a
|
||||
lib/libranlib.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
share/doc/ranlib/Basegen.doc
|
||||
share/doc/ranlib/ranlib.chs
|
||||
share/doc/ranlib/ranlib.fdoc
|
||||
share/doc/ranlib/Basegen.c.doc
|
||||
share/doc/ranlib/ranlib.c.chs
|
||||
share/doc/ranlib/ranlib.c.fdoc
|
||||
@dirrm %B
|
||||
|
Loading…
x
Reference in New Issue
Block a user