aboutsummaryrefslogtreecommitdiffstats
path: root/security/nettle/Makefile
blob: 2311e6e16352181552e64a7c267b3e046147469b (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
# ex:ts=8
# ex:ts=8
# New ports collection makefile for:    nettle
# Date created:         Dec 6, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   nettle
PORTVERSION=    2.0
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   http://www.lysator.liu.se/~nisse/archive/ \
        ftp://ftp.lysator.liu.se/pub/security/lsh/

MAINTAINER= corky1951@comcast.net
COMMENT=    A low-level cryptographic library

LIB_DEPENDS=    gmp.10:${PORTSDIR}/math/gmp

USE_GMAKE=  yes
USE_OPENSSL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
CONFIGURE_ARGS= --enable-shared

LDFLAGS+=   -L${LOCALBASE}/lib
USE_LDCONFIG=   yes

DOCS=       NEWS README TODO nettle.html nettle.pdf
EXAMPLES=   examples/*.c examples/*.h

INFO=       nettle

post-install:
.if !defined(NOPORTEXAMPLES)
    @${MKDIR} ${EXAMPLESDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
.endif
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>