1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/security/py-otr/Makefile
Martin Wilke 9ce51625c6 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>
2010-03-27 22:13:00 +00:00

27 lines
643 B
Makefile

# New ports collection makefile for: py-otr
# Date created: 2010-26-03
# Whom: Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
PORTNAME= otr
PORTVERSION= 0.2.1.1
CATEGORIES= security python
MASTER_SITES= http://python-otr.pentabarf.de/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-otr-${PORTVERSION}
MAINTAINER= steinex@nognu.de
COMMENT= A set of python bindings for libotr
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= python-otr
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
.include <bsd.port.mk>