mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3807a6f16a
- Simplify COMMENT
27 lines
615 B
Makefile
27 lines
615 B
Makefile
# $FreeBSD$
|
|
|
|
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= 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= otr.4:${PORTSDIR}/security/libotr3
|
|
|
|
USES= pkgconfig
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= python-otr
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|