5d1f8406a9
PR: 243351 Submitted by: Aioanei Rares <schaiba@gmail.com> Reviewed by: Bartek Rutkowski <robak@FreeBSD.org> Approved by: portmgr blanket
32 lines
594 B
Makefile
32 lines
594 B
Makefile
# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diffutils
|
|
PORTVERSION= 3.7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GNU
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
MAINTAINER= schaiba@gmail.com
|
|
COMMENT= GNU differential compare utilities
|
|
|
|
LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
|
|
|
|
USES= charsetfix tar:xz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext iconv
|
|
NLS_CONFIGURE_ENABLE=nls
|
|
|
|
INFO= diffutils
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^mkdir/s:@mkdir_p@:${MKDIR}:' \
|
|
${WRKSRC}/po/Makefile.in.in
|
|
|
|
.include <bsd.port.mk>
|