1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/ftp/linux-rl9-wget/Makefile
Dima Panov a459dd06ae ftp/linux-rl9-wget: Linux wget from Rocky Linux 9
Sponsored by:	Serenity Cybersecurity, LLC
2024-05-12 13:01:18 +03:00

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>