1999-12-07 22:17:41 +01:00
|
|
|
# New ports collection makefile for: p5-ExtUtils-F77
|
|
|
|
# Date created: December 7 1999
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= ExtUtils-F77
|
2011-05-05 10:22:29 +02:00
|
|
|
PORTVERSION= 1.17
|
1999-12-07 22:17:41 +01:00
|
|
|
CATEGORIES= lang perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-12-07 22:17:41 +01:00
|
|
|
|
2010-12-17 21:14:56 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Helps link C programs with Fortran subroutines
|
1999-12-07 22:17:41 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1999-12-07 22:17:41 +01:00
|
|
|
|
|
|
|
MAN3= ExtUtils::F77.3
|
|
|
|
|
2011-05-05 10:22:29 +02:00
|
|
|
GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//
|
|
|
|
F2CLIB= -lgfortran
|
1999-12-07 22:17:41 +01:00
|
|
|
|
|
|
|
post-patch:
|
2011-05-05 10:22:29 +02:00
|
|
|
@${REINPLACE_CMD} -e "s/'gfortran44'/'${FC}'/" \
|
|
|
|
-e "s/'-O2'/'${CFLAGS}'/" \
|
|
|
|
${WRKSRC}/F77.pm
|
1999-12-07 22:17:41 +01:00
|
|
|
|
2007-10-04 01:22:04 +02:00
|
|
|
.include <bsd.port.mk>
|