aboutsummaryrefslogtreecommitdiff
path: root/shells/dash/Makefile
blob: aff690fae1048591faba6ad441499847a59f654c (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
# $FreeBSD$

PORTNAME=	dash
PORTVERSION=	0.5.7
CATEGORIES=	shells
MASTER_SITES=	http://gondor.apana.org.au/~herbert/dash/files/

MAINTAINER=	eadler@FreeBSD.org
COMMENT=	POSIX-compliant implementation of /bin/sh

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CFLAGS+=	-DUNUSABLE_RT_SIGNALS

MAKE_JOBS_SAFE=	yes

PLIST_FILES=	bin/dash
MAN1=		dash.1

post-patch:
	@${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
		${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>