1999-12-07 21:17:41 +00:00
|
|
|
# New ports collection makefile for: p5-ExtUtils-F77
|
|
|
|
# Date created: December 7 1999
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
PORTNAME= ExtUtils-F77
|
2006-06-23 08:49:01 +00:00
|
|
|
PORTVERSION= 1.15
|
2007-12-13 23:24:59 +00:00
|
|
|
PORTREVISION= 2
|
1999-12-07 21:17:41 +00:00
|
|
|
CATEGORIES= lang perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 02:37:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-12-07 21:17:41 +00:00
|
|
|
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Helps link C programs with Fortran subroutines
|
1999-12-07 21:17:41 +00:00
|
|
|
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= yes
|
1999-12-07 21:17:41 +00:00
|
|
|
|
|
|
|
MAN3= ExtUtils::F77.3
|
|
|
|
|
2007-10-03 23:22:04 +00:00
|
|
|
F2CLIB= -lg2c
|
1999-12-07 21:17:41 +00:00
|
|
|
|
|
|
|
post-patch:
|
2000-06-17 02:37:15 +00:00
|
|
|
@cd ${WRKSRC}; ${PERL5} -i.orig -pe \
|
2007-12-13 23:24:59 +00:00
|
|
|
's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm
|
|
|
|
@${REINPLACE_CMD} -e "s/'f77',/'f77','g77-34',/" ${WRKSRC}/F77.pm
|
1999-12-07 21:17:41 +00:00
|
|
|
|
2007-10-03 23:22:04 +00:00
|
|
|
.include <bsd.port.mk>
|