aboutsummaryrefslogtreecommitdiffstats
path: root/security/libgcrypt-devel/Makefile
blob: e0b9ad22543e9adbd61ada11787816dda8711eaf (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
# New ports collection Makefile for:    libgcrypt
# Date created:             July 17 2002
# Whom:                 Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   libgcrypt
PORTVERSION=    1.1.11
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/libgcrypt

MAINTAINER= arved@FreeBSD.org
COMMENT=    "General purpose crypto library based on code used in GnuPG"

USE_REINPLACE=  yes
USE_PERL5=  yes
USE_AUTOCONF_VER=   253
USE_LIBTOOL=    yes
CONFIGURE_ENV=  MAKEINFO="makeinfo --no-split"
CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes

post-patch:
    @${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
        ${WRKSRC}/scripts/ltmain.sh

pre-configure:
    @${RM} -f ${WRKSRC}/doc/gcrypt.info*

.include <bsd.port.mk>