2004-12-06 05:44:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2004/12/06 10:44:33 alek Exp $
|
2001-05-05 23:49:21 -04:00
|
|
|
|
2002-03-03 19:24:58 -05:00
|
|
|
COMMENT= "Unix shell embedded in Scheme"
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2002-07-07 01:59:35 -04:00
|
|
|
DISTNAME= scsh-0.6.2
|
2002-03-04 00:27:01 -05:00
|
|
|
CATEGORIES= lang shells
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2002-03-03 19:24:58 -05:00
|
|
|
HOMEPAGE= http://www.scsh.net/
|
|
|
|
|
|
|
|
MAINTAINER= David Simas <davids@idiom.com>
|
|
|
|
|
|
|
|
# BSD
|
2002-07-07 01:59:35 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-06 05:44:33 -05:00
|
|
|
WANTLIB= c m
|
2000-03-23 00:33:36 -05:00
|
|
|
|
2002-03-03 19:24:58 -05:00
|
|
|
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ \
|
2002-05-13 09:43:49 -04:00
|
|
|
${MASTER_SITE_SOURCEFORGE:=scsh/}
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2002-03-03 19:24:58 -05:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2001-01-03 14:36:09 -05:00
|
|
|
|
2002-03-03 19:24:58 -05:00
|
|
|
ALL_TARGET= enough
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2002-03-04 00:27:01 -05:00
|
|
|
DOCS= COPYING RELEASE README
|
|
|
|
|
1997-11-17 20:20:00 -05:00
|
|
|
post-install:
|
2002-03-03 19:24:58 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/scsh/emacs
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/emacs/* ${PREFIX}/share/scsh/emacs
|
2002-03-04 00:27:01 -05:00
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/scsh
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|