Files
ports/lang/lua/5.3/Makefile
T
sthen 693cddc199 use https HOMEPAGE and secondary SITES
install pkgconfig files as the more commonly used lua5.x.pc as well as existing lua5x.pc
2026-02-18 12:21:37 +00:00

21 lines
441 B
Makefile

PORTROACH= limit:^5\.3
VERSION= 5.3.6
REVISION= 0
PKGSPEC= lua->=5.3,<5.4
SHARED_LIBS= lua5.3 ${VERSION:R}
WANTLIB= c m edit curses
SUBST_VARS+= VERSION
MAKE_FLAGS+= LIBlua5.3_VERSION="${LIBlua5.3_VERSION}"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
${SUBST_DATA} -c ${FILESDIR}/lua53.pc ${PREFIX}/lib/pkgconfig/lua53.pc
${SUBST_DATA} -c ${FILESDIR}/lua53.pc ${PREFIX}/lib/pkgconfig/lua5.3.pc
.include <bsd.port.mk>