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