freebsd-ports/devel/linux-c7-make/Makefile
Stefan Eßer 60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00

21 lines
393 B
Makefile

PORTNAME= make
PORTVERSION= 3.82
DISTVERSIONSUFFIX= -24.el7
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= emulation@FreeBSD.org
COMMENT= GNU make utility (Linux CentOS ${LINUX_DIST_VER})
WWW= https://www.gnu.org/software/make/
USES= cpe linux:c7
CPE_VENDOR= gnu
USE_LINUX_RPM= nolib
DESCR= ${.CURDIR}/../gmake/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>