openbsd-ports/shells/scsh/Makefile

34 lines
760 B
Makefile
Raw Normal View History

2007-09-15 17:17:24 -04:00
# $OpenBSD: Makefile,v 1.23 2007/09/15 21:17:25 merdely Exp $
NOT_FOR_ARCHS= ${LP64_ARCHS}
2007-09-15 17:17:24 -04:00
COMMENT= Unix shell embedded in Scheme
DISTNAME= scsh-0.6.7
2002-03-04 00:27:01 -05:00
CATEGORIES= lang shells
HOMEPAGE= http://www.scsh.net/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m util
2000-03-23 00:33:36 -05:00
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ \
2002-05-13 09:43:49 -04:00
${MASTER_SITE_SOURCEFORGE:=scsh/}
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE= autoconf
ALL_TARGET= enough
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/scsh/emacs
${INSTALL_DATA} ${WRKSRC}/emacs/* ${PREFIX}/share/scsh/emacs/
@mv ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
@mv ${PREFIX}/lib/scsh/*/ ${PREFIX}/share/scsh/
.include <bsd.port.mk>