openbsd-ports/shells/sash/Makefile
lebel ff5323bd8f initial import of sash-3.4:
--
SASH - Stand-alone shell with built-in commands.

The sash program is a stand-alone shell which is useful for recovering
from certain types of system failures. In particular, it was created
in order to cope with the problem of missing shared libraries or
important executable.

WWW: http://www.canb.auug.org.au/~dbell/

Submitted by Albert Chang <vedge@vedge.com.ar>
2001-07-06 13:33:47 +00:00

29 lines
748 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/07/06 13:33:47 lebel Exp $
COMMENT= "stand-alone shell with built-in commands"
VER= 3.4
DISTNAME= sash-${VER}
CATEGORIES= shells
NEED_VERSION= 1.402
HOMEPAGE= http://www.canb.auug.org.au/~dbell/
MAINTAINER= Albert Chang <vedge@vedge.com.ar>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.canb.auug.org.au/~dbell/programs/
DOCS= README
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} sash ${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_MAN} sash.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sash
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/sash
.include <bsd.port.mk>