aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-c7-make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux-c7-make/Makefile')
-rw-r--r--devel/linux-c7-make/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/linux-c7-make/Makefile b/devel/linux-c7-make/Makefile
new file mode 100644
index 000000000000..445ae80bc348
--- /dev/null
+++ b/devel/linux-c7-make/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= make
+PORTVERSION= 3.82
+DISTVERSIONSUFFIX= -23.el7
+CATEGORIES= devel
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= GNU make utility (Linux CentOS ${LINUX_DIST_VER})
+
+USES= linux:c7
+USE_LINUX_RPM= nolib
+
+DESCR= ${.CURDIR}/../gmake/pkg-descr
+
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_SUB= yes
+
+.include <bsd.port.mk>