freebsd-ports/security/py-otr/Makefile
Dmitry Marakasov 06358fd1ac - Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-04 14:39:22 +00:00

25 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= otr
PORTVERSION= 0.2.1.1
PORTREVISION= 3
CATEGORIES= security python
MASTER_SITES= http://python-otr.pentabarf.de/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-otr-${PORTVERSION}
MAINTAINER= cs@FreeBSD.org
COMMENT= Python bindings for libotr
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
# This should be updated to the newer version of libotr
LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3
USES= pkgconfig
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
.include <bsd.port.mk>