2019-07-12 20:44:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2019/07/12 20:44:42 sthen Exp $
|
2004-12-16 21:21:14 +00:00
|
|
|
|
2009-09-06 15:39:21 +00:00
|
|
|
COMMENT= posix library for the lua language
|
2016-08-31 10:11:52 +00:00
|
|
|
V= 33.4.0
|
|
|
|
DISTNAME= luaposix-${V}
|
2011-06-20 13:14:03 +00:00
|
|
|
EPOCH= 0
|
2018-02-27 12:31:59 +00:00
|
|
|
REVISION= 1
|
2004-12-16 21:21:14 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2016-08-31 10:11:52 +00:00
|
|
|
GH_ACCOUNT= luaposix
|
|
|
|
GH_PROJECT= luaposix
|
|
|
|
GH_TAGNAME= release-v${V}
|
2009-09-06 15:39:21 +00:00
|
|
|
|
2016-08-31 10:11:52 +00:00
|
|
|
# MIT
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2004-12-16 21:21:14 +00:00
|
|
|
|
2016-08-31 10:11:52 +00:00
|
|
|
MODULES= lang/lua
|
2004-12-16 21:21:14 +00:00
|
|
|
|
2016-10-17 21:39:23 +00:00
|
|
|
FLAVORS= lua52 lua53
|
|
|
|
FLAVOR?=
|
|
|
|
|
2016-10-17 21:37:15 +00:00
|
|
|
# lua51 needs the bit32 library
|
|
|
|
.if empty(FLAVOR)
|
2016-08-31 10:11:52 +00:00
|
|
|
RUN_DEPENDS= devel/lua-bit32
|
|
|
|
.endif
|
2004-12-16 21:21:14 +00:00
|
|
|
|
2016-08-31 10:11:52 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2004-12-16 21:21:14 +00:00
|
|
|
|
2016-08-31 10:11:52 +00:00
|
|
|
CONFIGURE_ENV+= LUA=${MODLUA_BIN}
|
2009-09-06 15:39:21 +00:00
|
|
|
|
2016-10-17 21:39:23 +00:00
|
|
|
post-install:
|
|
|
|
mv ${PREFIX}/share/doc/luaposix ${MODLUA_DOCDIR}
|
|
|
|
|
2004-12-16 21:21:14 +00:00
|
|
|
.include <bsd.port.mk>
|