summaryrefslogtreecommitdiff
path: root/misc/sh-utils/Makefile
blob: c8cf721692906426d378bba2c976222404e9a523 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# New ports collection makefile for:	sh-utils
# Date created:				10 October 2000
# Whom:					Cyrille Lefevre <clefevre@citeweb.net>
#
# $FreeBSD$
#

PORTNAME=	sh-utils
PORTVERSION=	2.0
PORTREVISION=	3
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sh-utils

MAINTAINER=	cyrille.lefevre@laposte.net
COMMENT=	The FSF's versions of date(1), expr(1), test(1), etc

# Global variables
#

LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext

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

MAN1=	gbasename.1 gchroot.1 gdate.1 gdirname.1 gecho.1 genv.1 \
	gexpr.1 gfalse.1 ggroups.1 ghostid.1 ghostname.1 gid.1 \
	glogname.1 gnice.1 gnohup.1 gpathchk.1 gpinky.1 gprintenv.1 \
	gprintf.1 gpwd.1 gsleep.1 gstty.1 gsu.1 gtee.1 gtest.1 \
	gtrue.1 gtty.1 guname.1 gusers.1 gwho.1 gwhoami.1 gyes.1

# Local variables
#

INSTALL_INFO?=	install-info

# Post-extract
#

post-extract: remove-info-files

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

# Patch
#

post-patch:
.if !defined(WITH_SUID)
	@${REINPLACE_CMD} -e 's/u\+s/u\+w/g' ${WRKSRC}/src/Makefile.in
.endif

# Post-install
#

post-install: install-info

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

.include <bsd.port.mk>