freebsd-ports/lang/p5-F77/Makefile

30 lines
608 B
Makefile
Raw Normal View History

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