Files
ports/textproc/diffutils/Makefile
T
Collin Funk 8c145c704e textproc/diffutils: Update 3.8 => 3.11
Release announcement and changelog:
https://lists.gnu.org/archive/html/info-gnu/2025-02/msg00003.html

Improve port:
 - replace PORTVERSION with DISTVERSION,
 - remove unnecessary dependency from devel/libsigsegv,
 - remove GNU_CONFIGURE_MANPREFIX,
 - pet portclippy.

PR:		284552
Approved by:	schaiba@gmail.com (maintainer)
2025-02-21 20:25:42 +03:00

30 lines
576 B
Makefile

PORTNAME= diffutils
DISTVERSION= 3.11
CATEGORIES= textproc
MASTER_SITES= GNU
MAINTAINER= schaiba@gmail.com
COMMENT= GNU differential compare utilities
WWW= https://www.gnu.org/software/diffutils/diffutils.html
LICENSE= GPLv3+
USES= charsetfix cpe tar:xz
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
TEST_TARGET= check
INFO= diffutils
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext iconv
NLS_CONFIGURE_ENABLE=nls
post-patch:
@${REINPLACE_CMD} -e '/^mkdir/s:@mkdir_p@:${MKDIR}:' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>