1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/shells/rc/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

26 lines
508 B
Makefile

# Created by: erich@rrnet.com
# $FreeBSD$
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
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>