diff options
Diffstat (limited to 'devel/linux-c7-libgfortran/Makefile')
-rw-r--r-- | devel/linux-c7-libgfortran/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/linux-c7-libgfortran/Makefile b/devel/linux-c7-libgfortran/Makefile deleted file mode 100644 index 264ee2d1d450..000000000000 --- a/devel/linux-c7-libgfortran/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= libgfortran -PORTVERSION= 4.8.5 -DISTVERSIONSUFFIX= -44.el7 -PORTREVISION= 6 -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:c7 -CPE_VENDOR= gnu -USE_LDCONFIG= yes -USE_LINUX_RPM= yes - -SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE - -CONFLICTS= linux-c6-${PORTNAME} - -.include <bsd.port.mk> |