mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology
31 lines
672 B
Makefile
31 lines
672 B
Makefile
# Created by: Yuri Victorovich
|
|
|
|
PORTNAME= toxcore-c
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.0
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net-im net-p2p python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Python binding for Project-Tox
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
LIB_DEPENDS= libtoxcore.so:net-im/tox \
|
|
libsodium.so:security/libsodium \
|
|
libvpx.so:multimedia/libvpx \
|
|
libopus.so:audio/opus
|
|
|
|
USES= localbase python:3.6+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= TokTok
|
|
GH_PROJECT= py-toxcore-c
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pytox*.so
|
|
|
|
.include <bsd.port.mk>
|