2006-09-03 13:39:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.35 2006/09/03 11:39:08 kristerw Exp $
|
1997-10-27 05:51:39 +01:00
|
|
|
|
2006-09-03 13:39:08 +02:00
|
|
|
DISTNAME= scsh-0.6.7
|
1999-05-24 22:39:35 +02:00
|
|
|
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
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-04-01 05:13:41 +02:00
|
|
|
HOMEPAGE= http://www.scsh.net/
|
2001-02-17 18:31:58 +01:00
|
|
|
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
|
|
|
|
|
1999-05-24 22:39:35 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1997-10-27 05:51:39 +01:00
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= enough
|
2003-06-26 16:51:00 +02:00
|
|
|
TEST_TARGET= check
|
1998-03-10 17:23:40 +01:00
|
|
|
|
2005-07-29 20:32:17 +02:00
|
|
|
PKG_SHELL= bin/scsh
|
2002-11-17 10:01:59 +01:00
|
|
|
|
2005-07-17 17:11:36 +02:00
|
|
|
# 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
|
|
|
|
|
1998-02-09 01:09:25 +01:00
|
|
|
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
|
1998-03-10 17:23:40 +01:00
|
|
|
${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
|
1997-10-27 05:51:39 +01:00
|
|
|
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|