blob: c3c89f554b42430cceab0f807d5dfb1d3ba3d558 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
# $FreeBSD$
PORTNAME= diffutils
PORTVERSION= 3.4
CATEGORIES= textproc
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= The GNU diff 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>
|