- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
26 lines
508 B
Makefile
26 lines
508 B
Makefile
# Created by: erich@rrnet.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rc
|
|
PORTVERSION= 1.7.4
|
|
PORTREVISION= 1
|
|
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>
|