aboutsummaryrefslogtreecommitdiffstats
path: root/security/yassl/Makefile
blob: 86052b75d967c6382a0f6c1ce62b0957f1bfc7b0 (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
# $FreeBSD$

PORTNAME=   cyassl
PORTVERSION=    2.5.0
CATEGORIES= security devel
MASTER_SITES=   http://www.yassl.com/

MAINTAINER= johans@FreeBSD.org
COMMENT=    A embedded SSL C-Library

LICENSE=    GPLv2

USE_ZIP=    yes
USE_AUTOTOOLS=  libtool
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-dependency-tracking \
        --enable-shared --enable-static \
        --enable-dtls --enable-opensslExtra --enable-ipv6
USE_LDCONFIG=   yes
PORTDOCS=   *

post-configure:
    ${REINPLACE_CMD} \
        -e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \
        -e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>