aboutsummaryrefslogtreecommitdiffstats
path: root/security/libotr/Makefile
blob: 2793968f5de470eecbd0f7ab4b386027d2366655 (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
# ex:ts=8
# New ports collection makefile for:    libotr
# Date created:             2005-03-20
# Whom:                 Conor McDermottroe <ports@mcdermottroe.com>
#
# $FreeBSD$
#

PORTNAME=   libotr
PORTVERSION=    3.0.0
PORTREVISION=   2
CATEGORIES= security
MASTER_SITES=   http://www.cypherpunks.ca/otr/

MAINTAINER= ports@mcdermottroe.com
COMMENT=    The portable OTR Messaging Library and toolkit

LIB_DEPENDS=    gpg-error.3:${PORTSDIR}/security/libgpg-error \
        gcrypt:${PORTSDIR}/security/libgcrypt

USE_AUTOTOOLS=  autoconf:259 libtool:15
USE_LDCONFIG=   yes

MAN1=       otr_toolkit.1
MLINKS=     otr_toolkit.1 otr_parse.1 \
        otr_toolkit.1 otr_sesskeys.1 \
        otr_toolkit.1 otr_mackey.1 \
        otr_toolkit.1 otr_readforge.1 \
        otr_toolkit.1 otr_modify.1 \
        otr_toolkit.1 otr_remac.1

.include <bsd.port.mk>