1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/shells/rc/Makefile

34 lines
674 B
Makefile
Raw Normal View History

# New ports collection makefile for: rc
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= rc
PORTVERSION= 1.7.1
CATEGORIES= shells plan9
MASTER_SITES= ftp://rc.quanstro.net/pub/ \
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
1995-10-28 20:35:56 +00:00
MAINTAINER= quanstro@quanstro.net
2003-02-21 13:28:59 +00:00
COMMENT= A unix incarnation of the plan9 shell
1995-10-28 20:35:56 +00:00
USE_BZIP2= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-history
MAN1= history.1 rc.1
OPTIONS= READLINE "Build readline support" off
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_READLINE)
CONFIGURE_ARGS+= --with-readline
.else
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
.endif
.include <bsd.port.post.mk>