openbsd-ports/shells/scsh/Makefile

29 lines
632 B
Makefile
Raw Normal View History

# OpenBSD makefile for: scsh
# Version required: 0.5.1
# Date created: 17 November 1997
# Whom: gene
#
# $OpenBSD: Makefile,v 1.3 1997/11/19 01:07:54 joey Exp $
#
DISTNAME= scsh-0.5.1
CATEGORIES= shells lang
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
MAINTAINER= gene@OpenBSD.ORG
GNU_CONFIGURE= yes
ALL_TARGET= enough
MAN1= scsh.1
STRIP=
post-install:
@strip ${PREFIX}/bin/scsh
(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
.include <bsd.port.mk>