2013-03-18 12:40:04 +01:00
|
|
|
# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
|
2001-09-17 08:27:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= diffutils
|
2017-07-05 23:07:39 +02:00
|
|
|
PORTVERSION= 3.6
|
2001-09-17 08:27:56 +02:00
|
|
|
CATEGORIES= textproc
|
2014-01-11 21:04:40 +01:00
|
|
|
MASTER_SITES= GNU
|
2001-09-17 08:27:56 +02:00
|
|
|
|
2017-07-05 23:07:39 +02:00
|
|
|
LICENSE= GPLv3+
|
|
|
|
|
2010-02-23 19:07:14 +01:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= The GNU diff utilities
|
2001-09-17 08:27:56 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
|
2010-02-13 16:59:37 +01:00
|
|
|
|
2014-07-29 23:07:39 +02:00
|
|
|
USES= charsetfix tar:xz
|
2001-09-17 08:27:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-09 02:26:03 +02:00
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
2001-09-17 08:27:56 +02:00
|
|
|
|
2014-01-11 21:04:40 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
2016-08-16 13:00:26 +02:00
|
|
|
NLS_USES= gettext iconv
|
2014-01-11 21:04:40 +01:00
|
|
|
NLS_CONFIGURE_ENABLE=nls
|
|
|
|
|
2011-08-17 15:34:40 +02:00
|
|
|
INFO= diffutils
|
2005-10-22 19:08:14 +02:00
|
|
|
|
2013-05-04 20:07:19 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^mkdir/s:@mkdir_p@:${MKDIR}:' \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
|
|
|
|
2010-02-13 16:59:37 +01:00
|
|
|
.include <bsd.port.mk>
|