2009-11-21 06:17:19 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dash
|
2011-07-27 18:51:33 +02:00
|
|
|
PORTVERSION= 0.5.7
|
2009-11-21 06:17:19 +01:00
|
|
|
CATEGORIES= shells
|
|
|
|
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
|
|
|
|
|
2011-08-21 22:51:40 +02:00
|
|
|
MAINTAINER= eadler@FreeBSD.org
|
2009-11-21 06:17:19 +01:00
|
|
|
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>
|