opnsense-ports/shells/rc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
510 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
USES= tar:bzip2
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>