Initial import of easytag-current, the current development version of
[pkgsrc.git] / shells / osh / Makefile
1 # $NetBSD$
2 # FreeBSD Id: ports/shells/osh/Makefile,v 1.3 2002/01/29 11:58:43 knu Exp
3
4 DISTNAME=       osh-020214
5 CATEGORIES=     shells
6 MASTER_SITES=   http://omnibus.ruf.uni-freiburg.de/~gritter/archive/
7
8 MAINTAINER=     packages@netbsd.org
9 COMMENT=        Implementation of the UNIX 6th Edition shell
10
11 MAKEFILE=       makefile
12
13 post-install:
14         @${ECHO} "updating /etc/shells";                                \
15         ${TOUCH} /etc/shells;                                           \
16         ${CP} /etc/shells /etc/shells.bak;                              \
17         (${GREP} -v '${PREFIX}/bin/osh' /etc/shells.bak || ${TRUE};     \
18                 ${ECHO} "${PREFIX}/bin/osh") > /etc/shells
19
20 .include "../../mk/bsd.pkg.mk"