ports/devel/linux-rl9-libgfortran/Makefile
Dima Panov 82dfb2f204 Linuxulator ports: Update Rocky Linux to 9.3 and add more packages
Sponsored by:	Serenity Cybersecurity, LLC

Co-authored-by:	awoonya <mzhyneva@gmail.com>
2024-05-12 13:01:20 +03:00

19 lines
420 B
Makefile

PORTNAME= libgfortran
PORTVERSION= 11.4.1
DISTVERSIONSUFFIX= -2.1.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
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c7-${PORTNAME}
.include <bsd.port.mk>