1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/shells/dash/Makefile
Dmitry Marakasov 536ff8a1f7 DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible. It does this without sacrificing speed where possible. In fact, it
is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.

WWW: http://gondor.apana.org.au/~herbert/dash/

PR:		140381
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com>
2009-11-21 05:17:19 +00:00

28 lines
550 B
Makefile

# New ports collection makefile for: dash
# Date created: Nov 10, 2009
# Whom: Eitan Adler
#
# $FreeBSD$
#
PORTNAME= dash
PORTVERSION= 0.5.5.1
CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
MAINTAINER= EitanAdlerList@gmail.com
COMMENT= A POSIX-compliant implementation of /bin/sh
GNU_CONFIGURE= yes
USE_GMAKE= yes
CFLAGS+= -DUNUSABLE_RT_SIGNALS
PLIST_FILES= bin/dash
MAN1= dash.1
post-patch:
@${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>