1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/misc/findutils/Makefile
Rainer Hurling 927f7c2f11 misc/findutils update to 4.8.0
Changelog: https://lists.gnu.org/archive/html/bug-findutils/2021-01/msg00044.html

PR:		252558
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28101
2021-01-11 21:15:39 +00:00

33 lines
590 B
Makefile

# Created by: Robert Withrow <witr@rwwa.com>
# $FreeBSD$
PORTNAME= findutils
PORTVERSION= 4.8.0
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= aehlig@linta.de
COMMENT= GNU find utilities
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= charsetfix cpe gmake localbase tar:xz
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-prefix=g --localstatedir=${LOCALSTATEDIR}
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
INFO= find find-maint
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
LOCALSTATEDIR?= /var/db
.include <bsd.port.mk>