aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/diffutils/Makefile
blob: 02f117691b97e6837a0e6c0f89e43846174ef49a (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
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    diffutils
# Date created:             5 September 2001
# Whom:             Garrett Rooney <rooneg@electricjellyfish.net>
#
# $FreeBSD$
#

PORTNAME=   diffutils
PORTVERSION=    2.7
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= diffutils

MAINTAINER= rooneg@electricjellyfish.net
COMMENT=    The GNU diff utilities

USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --program-prefix=g

INSTALL_INFO?=  install-info

post-extract: remove-info-files

remove-info-files:
    @${RM} -f ${WRKSRC}/${PORTNAME:S/utils//}.info*

post-patch: patch-makeinfo

patch-makeinfo:
    @${REINPLACE_CMD} -e 's|makeinfo|makeinfo --no-split|g' \
        ${WRKSRC}/Makefile.in

post-install: install-info

install-info:
    @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME:S/utils//}.info ${PREFIX}/info/dir

.include <bsd.port.mk>