1PORTNAME= rc 2DISTVERSIONPREFIX= v 3DISTVERSION= 1.7.4 4PORTREVISION= 5 5CATEGORIES= shells plan9 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Unix incarnation of the plan9 shell 9WWW= https://github.com/rakitzis/rc 10 11LICENSE= zlib 12LICENSE_FILE= ${WRKSRC}/COPYING 13 14USES= autoreconf cpe 15USE_GITHUB= yes 16GH_ACCOUNT= rakitzis 17CPE_VENDOR= ${PORTNAME}_project 18GNU_CONFIGURE= yes 19GNU_CONFIGURE_MANPREFIX=${PREFIX}/share 20CONFIGURE_ARGS= --with-history 21 22OPTIONS_DEFINE= READLINE 23 24READLINE_USES= readline 25READLINE_CONFIGURE_ON= --with-edit=readline 26READLINE_MAKE_ARGS_OFF= CFLAGS="${CFLAGS} -static" 27 28.include <bsd.port.mk> 29