2001-10-28 08:05:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2001/10/28 13:05:49 espie Exp $
|
2001-05-05 23:49:21 -04:00
|
|
|
|
|
|
|
COMMENT= "Unix shell embedded into Scheme"
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2001-09-04 19:26:31 -04:00
|
|
|
DISTNAME= scsh-0.5.3
|
1997-11-17 20:20:00 -05:00
|
|
|
CATEGORIES= shells lang
|
2001-05-05 23:49:21 -04:00
|
|
|
NEED_VERSION= 1.402
|
1997-11-17 20:20:00 -05:00
|
|
|
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
|
|
|
|
|
2000-03-23 00:33:36 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= "required to notify authors"
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= "required to notify authors"
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-01-03 14:36:09 -05:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
ALL_TARGET= enough
|
2001-01-03 14:36:09 -05:00
|
|
|
|
|
|
|
STRIP=
|
|
|
|
|
|
|
|
DOCS= README RELEASE NEWS COPYING
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
post-install:
|
2001-09-04 19:26:31 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scsh
|
|
|
|
mv ${PREFIX}/lib/scsh/doc/* ${PREFIX}/share/doc/scsh
|
|
|
|
rmdir ${PREFIX}/lib/scsh/doc
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/scsh
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|