* no need USE_PKGLOCALEDIR=YES, no locale files * no need lex and yacc in USE_TOOLS, not using those tools. * change custum do-build target to empty BUILD_TARGET, to pass down environment variables and make flags from pkgsrc. * set LICENSE=gnu-gpl-v2 * add DESTDIR support, requested by PR 40989.
19 lines
445 B
Makefile
19 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/11/01 10:49:14 obache Exp $
|
|
#
|
|
|
|
DISTNAME= makedepf90-2.8.8
|
|
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
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILD_TARGET= # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|