pkgsrc/devel/ftnchek/Makefile
jtb b90a25e924 Update to version 3.1.2.
Changes made from patch level 1 to patch level 2:

1. Fixed bug in -makedcls option that allowed a buffer overflow when
   module names exceed 20 characters.

2. Minor changes to source code to clean it up and make it compatible
   with C++.

3. Fixed bug that caused crash when number of statement labels in a
   subprogram exceeded 2000.

4. Fixed bug that could cause access violation on some systems, if
   program contains variable names starting with AA or AB.

5. Fixed bug in handling a labeled END DO statement that matches a
   DO statement that doesn't use a label.

6. Changed license from "BSD"-like to "MIT."
2002-05-03 22:47:15 +00:00

25 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.8 2002/05/03 22:47:15 jtb Exp $
DISTNAME= ftnchek-3.1.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.dsm.fordham.edu/~ftnchek/
COMMENT= Static analyzer for Fortran programs
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--libdir=${PREFIX}/libexec
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ftnchek
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ftnchek/html
cd ${WRKSRC} && ${INSTALL_DATA} FAQ INSTALL LICENSE README \
ftnchek.man dcl2inc.man macro-doc.txt \
${PREFIX}/share/doc/ftnchek
${INSTALL_DATA} ${WRKSRC}/html/* ${PREFIX}/share/doc/ftnchek/html
.include "../../mk/bsd.pkg.mk"