aboutsummaryrefslogtreecommitdiffstats
path: root/lang/njs/Makefile
blob: 8f2b3dbc8f771f34e289dc4310962e7e745afa3f (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
# New ports collection makefile for:    njs
# Date created:     Fri Jan 11 20:45:26 GMT 2002
# Whom:         thierry@pompo.net
#
# $FreeBSD$
#

PORTNAME=   njs
PORTVERSION=    0.2.5
PORTREVISION=   2
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
DISTNAME=   js-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    NJS (NGS) is a standalone JavaScript/ECMAScript interpreter

CONFLICTS=  js-1.5.*

INSTALLS_SHLIB= yes
USE_AUTOTOOLS=  libtool:15
CONFIGURE_ARGS= --enable-shared

SUB_FILES=  pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message

MAN1=   js.1 jsdas.1
INFO=   js

post-extract:
    @${RM} ${WRKSRC}/docs/js.info*

pre-install:
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile
.endif

post-install:
    @${ECHO_MSG}
    @${CAT} ${PKGMESSAGE}
    @${ECHO_MSG}

.include <bsd.port.mk>