pkgsrc/lang/ossp-js/Makefile
wiz 272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00

54 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2009/05/20 00:58:19 wiz Exp $
#
DISTNAME= js-1.6.20070208
PKGNAME= ossp-${DISTNAME}
PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/js/
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= ftp://ftp.ossp.org/pkg/lib/js/
COMMENT= Sanitized distribution of Mozilla's JavaScript implementation
PKG_DESTDIR_SUPPORT= user-destdir
###
### XXX This could be eliminated with buildlinkery, but I do not have time
### right now. You'll probably want to use this package in lieu of
### spidermonkey anyway.
###
CONFLICTS+= spidermonkey-[0-9]*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CFLAGS+= -Wall
PKGCONFIG_OVERRIDE+= js.pc.in
CONFIGURE_ARGS+= --with-dso
CONFIGURE_ARGS+= --with-editline
CONFIGURE_ARGS+= --with-file
CONFIGURE_ARGS+= --without-perl
REPLACE_SH= js-config.sh.in
REPLACE_INTERPRETER+= js
REPLACE.js.old= ./js
REPLACE.js.new= ${PREFIX}/bin/js
REPLACE_FILES.js= jslint.js jspack.js
.include "libm.mk"
.if !empty(JS_FDLIBM_MATH_REQUESTED:M[Yy][Ee][Ss])
MAKE_ENV+= -DJS_FDLIBM_MATH_REQUESTED=1
CONFIGURE_ENV+= LIBM=""
.else
CONFIGURE_ENV+= LIBM="-lm"
.endif
.include "../../mk/dlopen.buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"