pkgsrc-wip/makedepf90/Makefile
Emil Sköldberg 489b76eeb3 Makedepf90 is a program for automatic creation of Makefile dependency
lists for Fortran source code. Makedepf90 supports MODULE:s,
INCLUDE:s, cpp #include:s, f90ppr $include:s and coco ??include:s and
set-files.

The original idea was to provide the same functionality for Fortran as

    gcc -MM *.c

does for C.
2006-02-12 00:59:00 +00:00

24 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/02/12 00:59:00 emil_s Exp $
#
DISTNAME= makedepf90-2.8.3
CATEGORIES= devel
MASTER_SITES= http://www.helsinki.fi/~eedelman/makedepf90/
MAINTAINER= emil@math.su.se
HOMEPAGE= http://www.helsinki.fi/~eedelman/makedepf90/
COMMENT= Creates Makefile dependencies for Fortran code
USE_TOOLS+= lex yacc autoconf
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC} && autoconf
do-build:
cd ${WRKSRC} && make
.include "../../mk/bsd.pkg.mk"