1 # $NetBSD: Makefile,v 1.26 2010/05/07 12:02:44 jmmv Exp $
5 CATEGORIES
= shells plan9
6 MASTER_SITES
= http
://www-ftp.lip6.fr
/pub
/unix
/shells
/rc
/
8 MAINTAINER
= pkgsrc-users@NetBSD.org
9 HOMEPAGE
= http
://plan9.bell-labs.com
/sys
/doc
/rc.html
10 COMMENT
= Unix incarnation of the plan9
shell
13 CONFIGURE_ARGS
+= --with-history
17 PKG_OPTIONS_VAR
= PKG_OPTIONS.rc
18 PKG_SUPPORTED_OPTIONS
= readline
20 .
include "../../mk/bsd.options.mk"
22 .if
!empty
(PKG_OPTIONS
:Mreadline
)
23 .
include "../../devel/readline/buildlink3.mk"
24 CONFIGURE_ARGS
+= --with-readline
28 .
include "../../mk/bsd.pkg.mk"