head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.10.08.10.38.47;	author dougb;	state Exp;
branches;
next	1.2;

1.2
date	2012.09.08.06.58.01;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2012.09.08.06.50.14;	author dougb;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# $FreeBSD: head/security/libotr3/Makefile 305526 2012-10-08 10:38:47Z dougb $

PORTNAME=	libotr
PORTVERSION=	3.2.1
# Please do not bump PORTREVISION for this port unless you have
# confirmed via testing that it is necessary
CATEGORIES=	security net-im net
MASTER_SITES=	http://www.cypherpunks.ca/otr/
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Portable OTR Messaging Library and toolkit

BUILD_DEPENDS=	pkgconf>0:${PORTSDIR}/devel/pkgconf
LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error \
		gcrypt:${PORTSDIR}/security/libgcrypt

MAKE_JOBS_SAFE=	yes

NO_LATEST_LINK=	yes
CONFLICTS=	libotr-4.*

USE_AUTOTOOLS=	autoconf libtool
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

verify: checksum
	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc

post-patch:
	@@${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \
	    ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am

.include <bsd.port.mk>
@


1.3
log
@SVN rev 305526 on 2012-10-08 10:38:47Z by dougb

Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@SVN rev 303871 on 2012-09-08 06:58:01Z by dougb

Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
@
text
@d12 2
a13 2
MAINTAINER=	dougb@@FreeBSD.org
COMMENT=	The portable OTR Messaging Library and toolkit
@


1.1
log
@SVN rev 303869 on 2012-09-08 06:50:14Z by dougb

Copy libotr to libotr3 so that ports that still rely on the old,
incompatible version can continue uninterrupted until they upgrade.
@
text
@a0 5
# ex:ts=8
# New ports collection makefile for:	libotr
# Date created:				2005-03-20
# Whom:					Conor McDermottroe <ports@@mcdermottroe.com>
#
a1 1
#
d7 1
a7 2
PORTREVISION=	0
CATEGORIES=	security
d21 3
@

