aboutsummaryrefslogtreecommitdiffstats
path: root/www/spdylay/Makefile
blob: 589dfe7151f8f263a3f38364c8e536cd7cb3abfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   spdylay
PORTVERSION=    1.4.0
PORTREVISION=   4
CATEGORIES= www net
MASTER_SITES=   https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
        LOCAL/sunpoet

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    SPDY protocol version 2, 3 and 3.1 implementation in C

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  libevent>=2.0.8:devel/libevent
LIB_DEPENDS=    libevent_openssl.so:devel/libevent

BROKEN_powerpc64=   does not build
BROKEN_sparc64=     does not build: fails to link

CONFIGURE_ARGS= --enable-examples \
        --enable-src
CONFIGURE_ENV=  OPENSSL_CFLAGS="-I${OPENSSLINC}" \
        OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_CXXSTD= c++11
USE_GNOME=  libxml2
USE_LDCONFIG=   yes
USES=       compiler:c++11-lang libtool pathfix pkgconfig ssl tar:xz

PORTDOCS=   *

post-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/
    ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/

.include <bsd.port.options.mk>

.if ${SSL_DEFAULT} == openssl-devel
BROKEN=     Does not build.
.endif

.include <bsd.port.mk>