Edit

IABSD.fr/ports/www/uwebsockets/Makefile

Branch :

  • Show log

    Commit

  • Author : aisha
    Date : 2023-02-24 22:14:16
    Hash : a146280a
    Message : update my email address

  • www/uwebsockets/Makefile
  • COMMENT	=	ultra fast, simple, secure, standards compliant web server
    PKGNAME =	${DISTNAME:L}
    CATEGORIES =	www
    
    GH_ACCOUNT =	uNetworking
    GH_PROJECT =	uWebSockets
    GH_TAGNAME =	v20.14.0
    
    REVISION =	0
    
    MAINTAINER =	Aisha Tammy <aisha@openbsd.org>
    
    # Apache 2.0
    PERMIT_PACKAGE =	Yes
    
    RUN_DEPENDS =	net/usockets
    
    # Header-only library
    NO_BUILD =	Yes
    
    NO_TEST =	Yes
    
    do-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/include/uWebSockets
    	${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include/uWebSockets
    
    .include <bsd.port.mk>