2000-12-31 06:02:40 +00:00
|
|
|
# New ports collection makefile for: pash
|
|
|
|
# Date created: 30 December 2000
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
PORTNAME= pash
|
|
|
|
PORTVERSION= 2.2
|
|
|
|
CATEGORIES= shells
|
|
|
|
MASTER_SITES= http://www.chez-pierre.com/pash/Archives/
|
|
|
|
DISTNAME= pash.sources
|
2000-12-31 06:02:40 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
MAINTAINER= greid@ukug.uk.freebsd.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A full-screen shell (commander GUI) for *nix.
|
2000-12-31 06:02:40 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
2000-12-31 06:02:40 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
MAKEFILE= makefile
|
2000-12-31 06:02:40 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pash ${PREFIX}/bin/pash
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO} "updating /etc/shells"
|
|
|
|
@${CP} /etc/shells /etc/shells.bak
|
|
|
|
@(${GREP} -v ${PREFIX}/bin/osh /etc/shells.bak; \
|
2002-01-29 11:58:52 +00:00
|
|
|
${ECHO_CMD} ${PREFIX}/bin/pash) > /etc/shells
|
2000-12-31 06:02:40 +00:00
|
|
|
@${RM} /etc/shells.bak
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|