diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-12 23:59:32 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-12 23:59:32 +0000 |
commit | c22f2d8f88acdd1f4bf99c6db55c97dc904966af (patch) | |
tree | 359990aa77248a26b08411f83902ef42061de8b9 /math/dcdflib.c/Makefile | |
parent | f6d55ce8803b846a64bbce355fb7bbfd0242628b (diff) | |
download | pkgsrc-c22f2d8f88acdd1f4bf99c6db55c97dc904966af.tar.gz |
Add a _c suffix to library names , ie. "libdcdflib_c", to allow simultaneous
installation of C and Fortran versions. Suggested by Hubert a while back.
Bump up version no.
Diffstat (limited to 'math/dcdflib.c/Makefile')
-rw-r--r-- | math/dcdflib.c/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/math/dcdflib.c/Makefile b/math/dcdflib.c/Makefile index 7f52c2af890..cd43207ddef 100644 --- a/math/dcdflib.c/Makefile +++ b/math/dcdflib.c/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/12 23:59:32 jtb Exp $ -DISTNAME= dcdflib.c-1.1 -CATEGORIES= math -MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/ +DISTNAME= dcdflib.c-1.1 +PKGNAME= dcdflib.c-1.1nb1 +CATEGORIES= math +MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/ -MAINTAINER= jtb@netbsd.org -HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html -COMMENT= Library of C Routines for Cumulative Distribution Functions +MAINTAINER= jtb@netbsd.org +HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html +COMMENT= Library of C Routines for Cumulative Distribution Functions -WRKSRC= ${WRKDIR}/dcdflib.c/src +WRKSRC= ${WRKDIR}/dcdflib.c/src post-install: ${INSTALL_DATA} ${WRKSRC}/../doc/dcdflib.h ${PREFIX}/include ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.c - @for f in README doc/dcdflib.chs doc/dcdflib.fdoc; do \ - i="${INSTALL_DATA} ${WRKDIR}/dcdflib.c/$$f ${PREFIX}/share/doc/dcdflib.c/"; \ - ${ECHO} $$i; $$i; \ - done + cd ${WRKDIR}/dcdflib.c/ && ${INSTALL_DATA} README \ + doc/dcdflib.chs doc/dcdflib.fdoc ${PREFIX}/share/doc/dcdflib.c/ .include "../../mk/bsd.pkg.mk" |