pkgsrc/math/dcdflib.f/Makefile
asau 8756d19398 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00

23 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.14 2010/07/30 10:36:27 asau Exp $
DISTNAME= dcdflib.f-1.1
PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/
COMMENT= Library of Fortran Routines for Cumulative Distribution Functions
WRKSRC= ${WRKDIR}/dcdflib.f
BUILD_DIRS= src
USE_LANGUAGES= c fortran77
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= lib share/doc/dcdflib.f
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/dcdflib.f
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/dcdflib.f
.include "../../mk/bsd.pkg.mk"