pkgsrc/math/slatec/Makefile

27 lines
573 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2010/07/30 10:36:31 asau Exp $
#
DISTNAME= slatec_src
PKGNAME= slatec-4.1
PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_NETLIB:=slatec/}
EXTRACT_SUFX= .tgz
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.netlib.org/slatec/
COMMENT= Library of mathematical and statistical Fortran 77 subroutines
2009-12-11 18:32:41 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/src
USE_LANGUAGES= fortran77
USE_LIBTOOL= YES
2007-03-24 20:21:18 +01:00
INSTALLATION_DIRS= lib
post-extract:
cd ${FILESDIR} && cp d1mach.f i1mach.f r1mach.f ${WRKSRC}
.include "../../mk/bsd.pkg.mk"