1 # $NetBSD: Makefile,v 1.22 2012/10/08 09:57:21 asau Exp $
7 MASTER_SITES
= ftp
://ftp.sra.
co.jp
/pub
/cmd
/fep
/
9 MAINTAINER
= nobu@psrc.isac.
co.jp
10 COMMENT
= General purpose front end for command line editing
13 RESTRICTED
= Do not redistribute for a fee.
14 NO_SRC_ON_CDROM
=${RESTRICTED}
15 NO_BIN_ON_CDROM
=${RESTRICTED}
19 INSTALLATION_DIRS
+= bin man
/man1
21 .
include "../../mk/compiler.mk"
23 .if
!empty
(PKGSRC_COMPILER
:Mclang
)
24 CFLAGS
+= -Wno-error
=return-type
29 for i in
*.
[ch
]; do
${SED} "s,#endif lint,#endif /* lint */,g" $${i} > $${i}.new
&& \
30 ${MV} -f
$${i}.new
$${i}; \
33 .
include "../../mk/bsd.pkg.mk"