Edit

IABSD.fr/ports/lang/lua/Makefile.inc

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-02-18 12:21:37
    Hash : 693cddc1
    Message : use https HOMEPAGE and secondary SITES install pkgconfig files as the more commonly used lua5.x.pc as well as existing lua5x.pc

  • lang/lua/Makefile.inc
  • COMMENT=	powerful, light-weight programming language (version ${VERSION})
    
    DISTNAME=	lua-${VERSION}
    
    CATEGORIES=	lang
    
    SITES=		https://www.lua.org/ftp/ \
    		https://www.tecgraf.puc-rio.br/lua/ftp/
    
    HOMEPAGE=	https://www.lua.org/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MAKE_FLAGS+=	CC="${CC}" MYLDFLAGS=-lm
    
    NO_TEST=	Yes