openbsd-ports/lang/spidermonkey/files/mozilla-js.pc
jasper 79a213615b install a pkg-config file, there is one in the distfile but it's not part of
the build for spidermonkey so provide our own. this is needed by gjs to
pickup mozilla-js.

ok martynas@ (MAINTAINER)
2011-04-11 20:02:19 +00:00

11 lines
318 B
PkgConfig

# $OpenBSD: mozilla-js.pc,v 1.1 2011/04/11 20:02:19 jasper Exp $
prefix=${TRUEPREFIX}
includedir=${prefix}/include/js/
Name: JavaScript
Description: The Mozilla JavaScript Library
Version: ${MOZILLA_VERSION}
Requires: nspr
Libs: -L${prefix}/lib -lmozjs -lncurses -lm
Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE