- Remove a bogus ftp site from MASTER_SITES (1);

- use external libtool;
- pet portlint;
- release maintainership.

Reported by:	Kris via pointyhat (1)
This commit is contained in:
Thierry Thomas 2005-07-10 21:46:58 +00:00
parent c326fc0095
commit 8317b0ed62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138859
4 changed files with 8 additions and 16 deletions

View File

@ -9,25 +9,27 @@ PORTNAME= njs
PORTVERSION= 0.2.5
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.bbassett.net/pub/njs/ \
http://www.bbassett.net/njs/ \
MASTER_SITES= http://www.bbassett.net/njs/ \
http://www.iki.fi/mtr/js/
DISTNAME= js-${PORTVERSION}
MAINTAINER= thierry@pompo.net
MAINTAINER= ports@FreeBSD.org
COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter
CONFLICTS= js-1.5.*
GNU_CONFIGURE= yes
USE_INC_LIBTOOL_VER=13
USE_LIBTOOL_VER=13
.if defined(NOPORTDOCS)
USE_REINPLACE= yes
.endif
INSTALLS_SHLIB= yes
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*
@ -38,13 +40,8 @@ pre-install:
.endif
post-install:
.if !defined(NOPORTDOCS)
.for info in js.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
.endif
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>

View File

@ -2,6 +2,4 @@ NJS is an independent implementation of the JavaScript language developed
by Netscape and standardized by ECMA. It is designed to be re-entrant,
extendible, fast, and programmable.
Warning: it is still under development.
WWW: http://www.bbassett.net/njs/

View File

@ -5,9 +5,6 @@ bin/jswrap
include/js.h
include/jsint.h
include/jsconfig.h
%%PORTDOCS%%@unexec install-info --delete %D/info/js.info %D/info/dir
%%PORTDOCS%%info/js.info
%%PORTDOCS%%@exec install-info %D/info/js.info %D/info/dir
lib/libjs.a
lib/libjs.so
lib/libjs.so.0