aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scsh/Makefile
blob: 9d894f2f550f8eba22b7c15790d7559bfe9b7bba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:    scsh
# Date created:         Jul, 15, 1997
# Whom:                 cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#

PORTNAME=   scsh
PORTVERSION=    0.6.7
CATEGORIES= lang scheme
MASTER_SITES=   SF \
        ftp://ftp.scsh.net/pub/scsh/0.6/

MAINTAINER= stas@FreeBSD.org
COMMENT=    A Unix shell embedded into Scheme, with access to all Posix calls

CONFLICTS=  scheme48-[0-9]*

CONFIGURE_ENV+= LDFLAGS="-Wl,-E"

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=     fails to install on ${ARCH}
.endif

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-lib-dirs-list='("${PREFIX}/lib/scsh/0.6")'

USE_GMAKE=  yes
ALL_TARGET= enough
MAN1=       scsh.1
STRIP=      #empty

post-install:
    @${STRIP_CMD} ${PREFIX}/bin/scsh
.if !defined(NOPORTDOCS)
    @(cd ${WRKSRC} && \
     ${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc)
    @${RM} -f ${PREFIX}/share/doc/scsh
    @${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
.else
    @${RM} -rf ${PREFIX}/lib/scsh/doc
.endif
    @(cd ${WRKSRC} && \
     ${CP} -R emacs ${PREFIX}/lib/scsh/)
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>