22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.11 2007/03/24 19:21:27 joerg Exp $
|
|
|
|
DISTNAME= dcdflib.f-1.1
|
|
PKGREVISION= 2
|
|
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 fortran
|
|
|
|
INSTALLATION_DIRS= lib share/doc/dcdflib.f
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dcdflib.f
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dcdflib.f
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|