23 lines
600 B
Makefile
23 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/09/11 23:04:33 asau Exp $
|
|
|
|
DISTNAME= quadpack-20001130
|
|
PKGREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Fortran subroutines for the solution of definite univariate integrals
|
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
|
USE_LANGUAGES= fortran77
|
|
WRKSRC= ${WRKDIR}/quadpack
|
|
|
|
INSTALLATION_DIRS= lib share/doc/quadpack
|
|
|
|
pre-build:
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
post-install:
|
|
cd ${WRKSRC} && ${INSTALL_DATA} doc readme ${DESTDIR}${PREFIX}/share/doc/quadpack
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|