Install some more header files. Needed by an upcoming port.

ok martynas@, 'your diff makes sense' steven@
This commit is contained in:
bernd 2010-06-21 17:51:27 +00:00
parent 73fbfbff8e
commit 95ac8623bf
2 changed files with 41 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2009/05/05 21:01:55 martynas Exp $
# $OpenBSD: Makefile,v 1.11 2010/06/21 17:51:27 bernd Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= Mozilla's C implementation of JavaScript
V= 1.7.0
DISTNAME= js-${V}
PKGNAME= spidermonkey-${V}v0
PKGNAME= spidermonkey-${V}p0v0
SHARED_LIBS= js 2.0
CATEGORIES= lang
@ -41,15 +41,11 @@ MAKE_FLAGS= SO_SUFFIX=so.${LIBjs_VERSION} \
USE_GMAKE= Yes
NO_REGRESS= Yes
HEADERS= jsapi.h jsconfig.h jscompat.h jslong.h jsosdep.h \
jsotypes.h jspubtd.h jstypes.h jsstr.h jshash.h jsprvtd.h \
jsproto.tbl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Linux_All_DBG.OBJ/js ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Linux_All_DBG.OBJ/libjs.so.${LIBjs_VERSION} ${PREFIX}/lib
${INSTALL_DATA_DIR} ${PREFIX}/include/js
@cd ${WRKSRC} && ${INSTALL_DATA} ${HEADERS} \
@cd ${WRKSRC} && ${INSTALL_DATA} js*.{h,tbl} \
${WRKSRC}/Linux_All_DBG.OBJ/jsautocfg.h ${PREFIX}/include/js/
.include <bsd.port.mk>

View File

@ -1,17 +1,54 @@
@comment $OpenBSD: PLIST,v 1.2 2009/05/05 21:01:55 martynas Exp $
@comment $OpenBSD: PLIST,v 1.3 2010/06/21 17:51:27 bernd Exp $
%%SHARED%%
@bin bin/js
include/js/
include/js/jsapi.h
include/js/jsarena.h
include/js/jsarray.h
include/js/jsatom.h
include/js/jsautocfg.h
include/js/jsbit.h
include/js/jsbool.h
include/js/jsclist.h
include/js/jscntxt.h
include/js/jscompat.h
include/js/jsconfig.h
include/js/jscpucfg.h
include/js/jsdate.h
include/js/jsdbgapi.h
include/js/jsdhash.h
include/js/jsdtoa.h
include/js/jsemit.h
include/js/jsexn.h
include/js/jsfile.h
include/js/jsfun.h
include/js/jsgc.h
include/js/jshash.h
include/js/jsinterp.h
include/js/jsiter.h
include/js/jskeyword.tbl
include/js/jslibmath.h
include/js/jslock.h
include/js/jslong.h
include/js/jsmath.h
include/js/jsnum.h
include/js/jsobj.h
include/js/jsopcode.h
include/js/jsopcode.tbl
include/js/jsosdep.h
include/js/jsotypes.h
include/js/jsparse.h
include/js/jsprf.h
include/js/jsproto.tbl
include/js/jsprvtd.h
include/js/jspubtd.h
include/js/jsregexp.h
include/js/jsscan.h
include/js/jsscope.h
include/js/jsscript.h
include/js/jsstddef.h
include/js/jsstr.h
include/js/jstypes.h
include/js/jsutil.h
include/js/jsxdrapi.h
include/js/jsxml.h