cbfd7fe7a1
and does not know --mandir. (This still needs a patch that I have to commit.)
27 lines
585 B
Makefile
27 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/10/04 18:19:16 reed Exp $
|
|
#
|
|
|
|
DISTNAME= mawk-1.3.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/ \
|
|
ftp://ftp.fu-berlin.de/unix/languages/mawk/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
COMMENT= Mike Brennan's fast awk clone
|
|
|
|
INSTALLATION_DIRS= man/man1
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_HAS_MANDIR= no
|
|
TEST_TARGET= mawk_test fpe_test
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# mawk configure fails with -ffast-math
|
|
CFLAGS:= ${CFLAGS:S/-ffast-math//}
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
MAKE_ENV+= CPPFLAGS=
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|