mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
575e4029db
PR: ports/64823 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
29 lines
598 B
Makefile
29 lines
598 B
Makefile
# New ports collection makefile for: rc
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rc
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= shells plan9
|
|
MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \
|
|
ftp://ftp.sys.utoronto.ca/pub/rc/
|
|
|
|
MAINTAINER= saken@hotel.rmta.org
|
|
COMMENT= A unix incarnation of the plan9 shell
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-history
|
|
MAN1= history.1 rc.1
|
|
|
|
.if defined(WITH_READLINE)
|
|
CONFIGURE_ARGS+= --with-readline
|
|
.endif
|
|
.if !defined(WITH_READLINE)
|
|
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|