mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
Eliminate LINUXNAME from port Makefiles. This was just a helper variable without special meaning outside port Makefiles but several developers have copied it to new ports where it was then unused, apparently thinking that it did have some special meaning.
18 lines
364 B
Makefile
18 lines
364 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libgfortran
|
|
PORTVERSION= 4.4.7
|
|
DISTVERSIONSUFFIX= -23.el6
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
|
|
|
|
.include <bsd.port.mk>
|