ports/devel/linux-rl9-libgfortran/Makefile
Dima Panov 7dbd23b9e8
*/*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00

21 lines
452 B
Makefile

PORTNAME= libgfortran
PORTVERSION= 11.4.1
DISTVERSIONSUFFIX= -3.el9
PORTREVISION= 2
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>