mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
While here, hook up missed packages to resolve all 'not found' libraries Sponsored by: Future Crew, LLC
20 lines
436 B
Makefile
20 lines
436 B
Makefile
PORTNAME= libgfortran
|
|
PORTVERSION= 11.5.0
|
|
DISTVERSIONSUFFIX= -2.el9
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER})
|
|
WWW= https://www.centos.org
|
|
|
|
USES= cpe linux:rl9
|
|
CPE_VENDOR= gnu
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|