2007-09-15 17:17:24 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2007/09/15 21:17:25 merdely Exp $
|
2007-02-04 10:54:19 -05:00
|
|
|
|
|
|
|
NOT_FOR_ARCHS= ${LP64_ARCHS}
|
2001-05-05 23:49:21 -04:00
|
|
|
|
2007-09-15 17:17:24 -04:00
|
|
|
COMMENT= Unix shell embedded in Scheme
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2007-02-04 10:54:19 -05:00
|
|
|
DISTNAME= scsh-0.6.7
|
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/
|
|
|
|
|
|
|
|
# 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
|
2007-02-04 10:54:19 -05:00
|
|
|
WANTLIB= c m util
|
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
|
|
|
|
2007-02-04 10:54:19 -05:00
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
CONFIGURE_STYLE= autoconf
|
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
|
|
|
|
|
|
|
post-install:
|
2002-03-03 19:24:58 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/scsh/emacs
|
2007-02-04 10:54:19 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/emacs/* ${PREFIX}/share/scsh/emacs/
|
|
|
|
@mv ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
|
|
|
|
@mv ${PREFIX}/lib/scsh/*/ ${PREFIX}/share/scsh/
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|