pkgsrc/lang/fort77/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

32 lines
809 B
Makefile

# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:10 wiz Exp $
#
DISTNAME= fort77-1.18
PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= The driver for f2c, a fortran to C translator
DEPENDS+= f2c-[0-9]*:../../lang/f2c
USE_TOOLS+= perl:run
NO_BUILD= yes
TEST_TARGET= test
REPLACE_PERL= fort77 tests/test.pl
SUBST_CLASSES+= perl
SUBST_STAGE.perl= pre-configure
SUBST_FILES.perl= fort77 tests/test.pl
SUBST_SED.perl= -e 's,/usr/bin/perl,${PERL5},'
INSTALLATION_DIRS= bin $(PKGMANDIR)/man1
do-install:
$(INSTALL_SCRIPT) $(WRKSRC)/fort77 $(DESTDIR)$(PREFIX)/bin
$(INSTALL_DATA) $(WRKSRC)/fort77.1 $(DESTDIR)$(PREFIX)/$(PKGMANDIR)/man1
.include "../../devel/libf2c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"