* Derek Lamb's patch to avoid an uninitialised variable error. * Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods). Note g77 is still the default if both it and gfortran are present. * Rob's big Win32 patch (Nov 2010 version) * IMPORTANT. Added in simplification of GNU fortran compilers (g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code but made a slightly different implementaion introducing a 'Generic' 'GNU' database entry to which others point. This also superceded some of the above patches. Hope this works! * Removed places where .gcclibs() is added to the link line, this appears to no loner be necessary. Routine left in there (but orphaned) just in case.
21 lines
603 B
Makefile
21 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.22 2011/08/12 12:53:06 adam Exp $
|
|
|
|
DISTNAME= ExtUtils-F77-1.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ext
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-F77/
|
|
COMMENT= Perl module for determining how to link Fortran and C
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= fortran77
|
|
PERL5_PACKLIST= auto/ExtUtils/F77/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|