2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:41:29 espie Exp $
|
2007-02-04 15:54:19 +00:00
|
|
|
|
|
|
|
NOT_FOR_ARCHS= ${LP64_ARCHS}
|
2001-05-06 03:49:21 +00:00
|
|
|
|
2007-09-15 21:17:24 +00:00
|
|
|
COMMENT= Unix shell embedded in Scheme
|
1997-11-18 01:20:00 +00:00
|
|
|
|
2007-02-04 15:54:19 +00:00
|
|
|
DISTNAME= scsh-0.6.7
|
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/
|
|
|
|
|
|
|
|
# BSD
|
2012-10-15 15:18:31 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2007-02-04 15:54:19 +00:00
|
|
|
WANTLIB= c m util
|
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
|
|
|
|
2007-02-04 15:54:19 +00:00
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
CONFIGURE_STYLE= autoconf
|
2001-01-03 19:36:09 +00:00
|
|
|
|
2002-03-04 00:24:58 +00:00
|
|
|
ALL_TARGET= enough
|
2010-11-20 17:22:40 +00:00
|
|
|
USE_GROFF = Yes
|
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
|
2007-02-04 15:54:19 +00: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-18 01:20:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|