summaryrefslogtreecommitdiff
path: root/shells/rc/Makefile
blob: 2b8b081b63440fb8771d122334a5d7b8818aa6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.15 2003/06/02 01:16:59 jschauma Exp $
# FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:38 obrien Exp
#

DISTNAME=       rc-1.6
CATEGORIES=	shells plan9
MASTER_SITES=   http://www.star.le.ac.uk/%7Etjg/rc/release/

MAINTAINER=	tech-pkg@netbsd.org
HOMEPAGE=	http://www.star.le.ac.uk/%7Etjg/rc/
COMMENT=	Unix incarnation of the plan9 shell

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-history

USE_PKGINSTALL=	yes
PKG_SHELL=	${PREFIX}/bin/rc

.include "../../mk/bsd.pkg.mk"