1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/mbox/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

28 lines
650 B
Makefile

# Created by: Vladimir Osintsev <oc@nm.ru>
# $FreeBSD$
PORTNAME= mbox
PORTVERSION= 0.7.2
PORTREVISION= 14
CATEGORIES= audio
MASTER_SITES= http://www.mbox.wz.cz/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program intended to help with organizing your music files
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:audio/py-ogg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vorbis>0:audio/py-vorbis@${PY_FLAVOR} \
lame:audio/lame \
oggenc:audio/vorbis-tools \
mplayer:multimedia/mplayer
WRKSRC= ${WRKDIR}/mBox-${PORTVERSION}
USES= python:2.7 tar:bzip2
USE_PYTHON= autoplist distutils
USE_WX= 3.0+
WX_COMPS= python
.include <bsd.port.mk>