freebsd-ports/shells/rc/Makefile
Baptiste Daroussin f6927e8ec3 Support stage
2014-03-06 17:43:41 +00:00

23 lines
512 B
Makefile

# Created by: erich@rrnet.com
# $FreeBSD$
PORTNAME= rc
PORTVERSION= 1.7.1
CATEGORIES= shells plan9
MASTER_SITES= ftp://rc.quanstro.net/pub/ \
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
MAINTAINER= quanstro@quanstro.net
COMMENT= Unix incarnation of the plan9 shell
USE_BZIP2= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-history
OPTIONS_DEFINE= READLINE
READLINE_USES+= readline
READLINE_CONFIGURE_WITH+= --with-readline
READLINE_MAKE_ARGS_OFF+= CFLAGS="$(CFLAGS) -static"
.include <bsd.port.mk>