e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
19 lines
640 B
Makefile
19 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/06/02 01:18:33 jschauma Exp $
|
|
|
|
DISTNAME= dcdflib.c-1.1
|
|
PKGREVISION= 1
|
|
WRKSRC= ${WRKDIR}/dcdflib.c/src
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html
|
|
COMMENT= Library of C Routines for Cumulative Distribution Functions
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/../doc/dcdflib.h ${PREFIX}/include
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.c
|
|
cd ${WRKDIR}/dcdflib.c/ && ${INSTALL_DATA} README \
|
|
doc/dcdflib.chs doc/dcdflib.fdoc ${PREFIX}/share/doc/dcdflib.c/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|