ports/devel/linux-rl9-libgfortran/Makefile
Dima Panov 433660ccf0
*/*: Update Rocky Linux 9 packages to 9.5 release (+)
While here, hook up missed packages to resolve all 'not found' libraries

Sponsored by:	Future Crew, LLC
2024-11-28 03:19:41 +03:00

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>