freebsd-ports/shells/dash/Makefile
Eitan Adler 55a524735c Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
2013-07-06 17:27:41 +00:00

25 lines
459 B
Makefile

# $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
CFLAGS+= -DUNUSABLE_RT_SIGNALS
USES= gmake
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>