403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.116
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/devel/lua-cqueues/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/devel/lua-cqueues/Makefile
PORTNAME=	cqueues
DISTVERSIONPREFIX=	rel-
DISTVERSION=	20200726
PORTREVISION=	1
CATEGORIES=	devel
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}

MAINTAINER=	freebsd@dns.company
COMMENT=	Continuation queues module for Lua
WWW=		https://25thandclement.com/~william/projects/cqueues.html

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gmake lua:51-54,module ssl

USE_GITHUB=	yes
GH_ACCOUNT=	wahern

MAKE_ENV+=	LUA_APIS="${LUA_VER}"
CPPFLAGS+=	-I${LUA_INCDIR} -I${OPENSSLINC}

DOCSDIR=	${LUA_DOCSDIR}
EXAMPLESDIR=	${LUA_EXAMPLESDIR}
PORTDOCS=	cqueues.pdf
PORTEXAMPLES=	*

OPTIONS_DEFINE=	DOCS EXAMPLES

EXAMPLES_USES=	shebangfix
EXAMPLES_VARS=	shebang_files="examples/*"

# Some of the shebangs in examples/* are formatted like this.
lua_OLD_CMD+=	/usr/local/lua[0-9]*/bin/lua

post-install:
	${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/_${PORTNAME}.so

post-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_MAN} ${BUILD_WRKSRC}/doc/cqueues.pdf ${STAGEDIR}${DOCSDIR}

post-install-EXAMPLES-on:
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	(cd ${BUILD_WRKSRC}/examples && \
		${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit