head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.09.08.06.58.01;	author dougb;	state Exp;
branches;
next	1.3;

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

1.2
date	2010.09.02.21.17.34;	author wxs;	state Exp;
branches;
next	1.1;

1.1
date	2010.03.27.22.13.00;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# $FreeBSD: head/security/py-otr/Makefile 303871 2012-09-08 06:58:01Z dougb $

PORTNAME=	otr
PORTVERSION=	0.2.1.1
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	http://python-otr.pentabarf.de/releases/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-otr-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A set of python bindings for libotr

BUILD_DEPENDS=	swig1.3:${PORTSDIR}/devel/swig13
# This should be updated to the newer version of libotr
LIB_DEPENDS=	otr.4:${PORTSDIR}/security/libotr3

USE_PYTHON=	yes
USE_PYDISTUTILS=yes
USE_PKGCONFIG=	build
PYDISTUTILS_PKGNAME=	python-otr

CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib

.include <bsd.port.mk>
@


1.4
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
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@SVN rev 301551 on 2012-07-26 07:19:30Z by dougb

For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.

For all but kdenetwork4 use =build. For it use both just in case.

For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
@
text
@a0 4
# New ports collection makefile for:	py-otr
# Date created:				2010-26-03
# Whom:					Frank Steinborn <steinex@@nognu.de>
#
d5 1
d15 2
a16 1
LIB_DEPENDS=	otr:${PORTSDIR}/security/libotr
@


1.2
log
@Reset to ports@@. Thanks Frank for your work on these ports.

Discussed on:	ports@@
@
text
@d22 1
@


1.1
log
@Python-otr is a set of python bindings for libotr. This gives
developers the flexibility to implement OTR encryption for
their python-based Instant Messaging clients.

WWW: http://python-otr.pentabarf.de/

Submitted by:	Frank Steinborn <steinex at nognu.de>
@
text
@d14 1
a14 1
MAINTAINER=	steinex@@nognu.de
@

