mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
0695da6953
Approved by: portmgr (blanket)
24 lines
450 B
Makefile
24 lines
450 B
Makefile
PORTNAME= rush
|
|
DISTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Restricted User SHell, providing limited remote access to resources
|
|
WWW= https://puszcza.gnu.org.ua/software/rush/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe gettext-runtime gmake tar:xz
|
|
|
|
CPE_VENDOR= gnu
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|