summaryrefslogtreecommitdiff
path: root/shells/rc/Makefile
blob: 2757f1d20170173dc7a08fb580251452324523b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: erich@rrnet.com

PORTNAME=	rc
PORTVERSION=	1.7.4
PORTREVISION=	2
CATEGORIES=	shells plan9
MASTER_SITES=	http://static.tobold.org/rc/

MAINTAINER=	quanstro@quanstro.net
COMMENT=	Unix incarnation of the plan9 shell

LICENSE=	ZLIB
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe
CPE_VENDOR=	${PORTNAME}_project
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-history

OPTIONS_DEFINE=	READLINE

READLINE_USES=		readline
READLINE_CONFIGURE_ON=	--with-edit=readline
READLINE_MAKE_ARGS_OFF=	CFLAGS="${CFLAGS} -static"

.include <bsd.port.mk>