| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 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/libunit/ |
Upload File : |
PORTNAME= libunit
PORTVERSION= ${UNIT_VERSION}
MASTER_SITES?= https://unit.nginx.org/download/
DISTNAME= unit-${PORTVERSION}
DISTINFO_FILE= ${.CURDIR}/../../www/unit/distinfo
MAINTAINER= osa@FreeBSD.org
COMMENT= Development kit for dynamic web application server
WWW= https://unit.nginx.org
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
CATEGORIES= devel www
USES+= compiler:c11 cpe
CPE_VENDOR= nginx
CPE_PRODUCT= unit
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--ld-opt="-L${LOCALBASE}/lib" \
--no-regex
PLIST_FILES+= include/nxt_auto_config.h \
include/nxt_unit_field.h \
include/nxt_unit_request.h \
include/nxt_unit_response.h \
include/nxt_unit_sptr.h \
include/nxt_unit_typedefs.h \
include/nxt_unit_websocket.h \
include/nxt_unit.h \
include/nxt_version.h \
include/nxt_websocket_header.h \
lib/libunit.a
do-build:
@cd ${WRKSRC} && ${MAKE} build/libunit.a
do-install:
${MAKE} -C ${WRKSRC} libunit-install DESTDIR=${STAGEDIR}
.include "../../www/unit/version.mk"
.include <bsd.port.mk>