ports/audio/sox-noise/Makefile
Charlie Li 06a08e69f3
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

31 lines
667 B
Makefile

PORTNAME= sox-noise
PORTVERSION= g20241022
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= danfe@FreeBSD.org
COMMENT= Noise generator GUI powered by Sound eXchange
WWW= https://github.com/Thann/sox-noise
LICENSE= UNLICENSE
RUN_DEPENDS= sox:audio/sox
USES= gnome python
USE_GNOME= gtk30 pygobject3
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= Thann
GH_TAGNAME= b090771
DESKTOP_ENTRIES= "SoX Noise" "" "audio-volume-high" "${PORTNAME}" \
"AudioVideo;Audio;Player;" false
post-patch:
@${REINPLACE_CMD} -e '/^version =/ \
s,get_version(),"0.0.3.post6+g${GH_TAGNAME}",' \
-e '/setup_requires=/,+3d' ${WRKSRC}/setup.py
.include <bsd.port.mk>