mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
a459dd06ae
Sponsored by: Serenity Cybersecurity, LLC
24 lines
491 B
Makefile
24 lines
491 B
Makefile
PORTNAME= wget
|
|
PORTVERSION= 1.21.1
|
|
DISTVERSIONSUFFIX= -7.el9
|
|
CATEGORIES= ftp linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Retrieve files from the Net via HTTP(S) and FTP (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://www.gnu.org/s/wget/
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LINUX_RPM= nolib
|
|
|
|
CPE_VENDOR= gnu
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
.include <bsd.port.mk>
|