mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
e164e7a5e9
portmgr would like to thank Hans Petter for his years of ports maintenance and his work on FreeBSD in general. May he rest in peace. An in-memoriam can be read at https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html With hat: portmgr-secretary
27 lines
499 B
Makefile
27 lines
499 B
Makefile
PORTNAME= pyjacklib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python bindings for the Jack library
|
|
WWW= https://github.com/jackaudio/pyjacklib
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
|
|
|
LIB_DEPENDS= libjack.so:audio/jack
|
|
|
|
USES= localbase python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jackaudio
|
|
GH_PROJECT= pyjacklib
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|