1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/misc/findutils/Makefile
Daniel Engberg 302a1d10bd misc/findutils: Fix MAINTAINER entry
Should only contain email address

PR:		267583
Reported by:	Robert Clausecker <fuz@fuz.su>
Fixes:		c9c59f8e misc/findutils: Pass maintainership to new maintainer
2022-11-07 00:28:59 +01:00

31 lines
572 B
Makefile

PORTNAME= findutils
DISTVERSION= 4.9.0
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= fuz@fuz.su
COMMENT= GNU find utilities
WWW= https://www.gnu.org/software/findutils/
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>