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
|
2008-12-30 14:00:59 +01:00
|
|
|
PORTVERSION= 1.16
|
2008-12-30 14:18:42 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2008-11-29 01:11:56 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
|
2007-10-04 01:22:04 +02:00
|
|
|
F2CLIB= -lg2c
|
1999-12-07 22:17:41 +01:00
|
|
|
|
|
|
|
post-patch:
|
2000-06-17 04:37:15 +02:00
|
|
|
@cd ${WRKSRC}; ${PERL5} -i.orig -pe \
|
2007-12-14 00:24:59 +01:00
|
|
|
's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm
|
|
|
|
@${REINPLACE_CMD} -e "s/'f77',/'f77','g77-34',/" ${WRKSRC}/F77.pm
|
1999-12-07 22:17:41 +01:00
|
|
|
|
2007-10-04 01:22:04 +02:00
|
|
|
.include <bsd.port.mk>
|