aboutsummaryrefslogtreecommitdiffstats
path: root/security/botan/Makefile
blob: 2d866e98a36b9d47957314cda193dc2f875b91eb (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
47
48
# ex:ts=8
# New ports collection makefile for:    botan
# Date created:         Mar 3, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   botan
PORTVERSION=    1.2.6
PORTREVISION=   0
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= opencl
DISTNAME=   Botan-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    A portable, easy to use, and efficient C++ crypto library

USE_REINPLACE=  yes
USE_PERL5=  yes
HAS_CONFIGURE=  yes
CONFIGURE_SCRIPT=   configure.pl
CONFIGURE_ARGS= gcc-freebsd-generic
USE_GMAKE=  yes
MAKE_ARGS=  CXX="${CXX}" LIB_OPT="${CXXFLAGS}" \
        LANG_FLAGS="-fpermissive"
INSTALLS_SHLIB= yes

PLIST_SUB=  PORTVERSION=${PORTVERSION}

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS=  ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS=    ${BUILD_DEPENDS}
.endif

post-patch:
    @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g ; \
        s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT}
    @${RM} -f ${WRKSRC}/src/pipe_io.cpp.orig

post-install:
    @${RM} -f ${PREFIX}/include/botan/botan

.include <bsd.port.post.mk>