1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/security/libotr/Makefile
2007-03-08 14:12:08 +00:00

33 lines
767 B
Makefile

# 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= 3
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.0:${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>