pkgsrc/shells/scsh/Makefile

35 lines
962 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.35 2006/09/03 11:39:08 kristerw Exp $
1997-10-27 05:51:39 +01:00
DISTNAME= scsh-0.6.7
CATEGORIES= shells lang
2003-06-26 16:51:00 +02:00
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/
1997-10-27 05:51:39 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
2002-04-01 05:13:41 +02:00
HOMEPAGE= http://www.scsh.net/
COMMENT= Unix shell embedded into Scheme, with access to all Posix calls
1997-10-27 05:51:39 +01:00
2000-02-05 07:04:09 +01:00
NOT_FOR_PLATFORM= *-*-alpha # Needs scheme
GNU_CONFIGURE= yes
1997-10-27 05:51:39 +01:00
BUILD_TARGET= enough
2003-06-26 16:51:00 +02:00
TEST_TARGET= check
PKG_SHELL= bin/scsh
# Build references from dumped environment variables is not a problem.
CHECK_WRKREF_SKIP+= ${PREFIX}/lib/scsh/scsh.image
CHECK_WRKREF_SKIP+= ${PREFIX}/lib/scsh/stripped-scsh.image
post-configure:
2003-06-26 16:51:00 +02:00
cd ${WRKSRC}/scsh/bsd; ${SED} -e '/LIBGEN/d' sysdep.h >xx ; ${MV} xx sysdep.h
1997-10-27 05:51:39 +01:00
post-install:
@strip ${PREFIX}/bin/scsh
(cd ${WRKSRC} ; \
2003-06-26 16:51:00 +02:00
${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc)
1997-10-27 05:51:39 +01:00
${RM} -f ${PREFIX}/share/doc/scsh
${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
1997-10-27 05:51:39 +01:00
.include "../../mk/bsd.pkg.mk"