mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
21 lines
452 B
Makefile
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>
|