openbsd-ports/shells/scsh/Makefile
gene b022f103e5 Use variables instead of explicit calls. Also, make sure to to warn user
about /etc/shells rather then mucking with it ourselves.
1997-12-15 04:48:03 +00:00

35 lines
919 B
Makefile

# OpenBSD makefile for: scsh
# Version required: 0.5.1
# Date created: 17 November 1997
# Whom: gene
#
# $OpenBSD: Makefile,v 1.4 1997/12/15 04:48:03 gene Exp $
#
DISTNAME= scsh-0.5.1
CATEGORIES= shells lang
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
STRIP=
MAINTAINER= gene@OpenBSD.ORG
GNU_CONFIGURE= yes
ALL_TARGET= enough
MAN1= scsh.1
post-install:
(cd ${WRKSRC} ; \
${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc)
${RM} -f ${PREFIX}/share/doc/scsh
$(LN) -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
@$(ECHO)
@$(ECHO) "Finished installing $(DISTNAME)"
@$(ECHO) "To complete the install, you should notify the system"
@$(ECHO) "that $(PREFIX)/bin/scsh is a valid shell by adding it to"
@$(ECHO) "/etc/shells."
@$(ECHO) "If you are unfamiliar with this file, consult the shells(5)"
@$(ECHO) "manual page."
.include <bsd.port.mk>