1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Shells/rc got a new MASTER_SITES [1]

- This software is now maintain by Erik Quanstrom <quanstro@quanstro.net> [1]
- OPTIONify [2]

PR:		ports/97298 [1]
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca> [1]
		itetcu (me) [2]
Approved by:	maintainer-timeout, lawrance (mentor, implicit)
This commit is contained in:
Ion-Mihai Tetcu 2006-06-08 01:52:27 +00:00
parent 5ec43bbf32
commit a48986cf21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164786
2 changed files with 14 additions and 8 deletions

View File

@ -8,20 +8,26 @@
PORTNAME= rc
PORTVERSION= 1.7.1
CATEGORIES= shells plan9
MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
MASTER_SITES= ftp://rc.quanstro.net/pub/ \
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
MAINTAINER= saken@hotel.rmta.org
COMMENT= A unix incarnation of the plan9 shell
USE_BZIP2= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-history
MAN1= history.1 rc.1
.if defined(WITH_READLINE)
OPTIONS= READLINE "Build readline support" off
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_READLINE)
CONFIGURE_ARGS+= --with-readline
.endif
.if !defined(WITH_READLINE)
.else
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (rc-1.7.1.tar.gz) = 7253e1c853824cf27edb2166214f0511
SHA256 (rc-1.7.1.tar.gz) = 1cff23e897a038422458ba01567a5a2650935205862c3bbf73e773807c248240
SIZE (rc-1.7.1.tar.gz) = 177302
MD5 (rc-1.7.1.tar.bz2) = f9551a484f0dd72de69f70c413d931f7
SHA256 (rc-1.7.1.tar.bz2) = 3a885d1c75e3ff22e22cc2b397b21a2a75810bc1a0d39adc4b2a47b7c81f4bd5
SIZE (rc-1.7.1.tar.bz2) = 149624