7e8a6df2db
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.
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/13 16:40:59 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= makedepf90-2.8.4
|
|
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
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-build:
|
|
cd ${WRKSRC:Q} && make
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|