1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/mbox/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

28 lines
622 B
Makefile

# Created by: Vladimir Osintsev <oc@nm.ru>
# $FreeBSD$
PORTNAME= mbox
PORTVERSION= 0.7.2
PORTREVISION= 12
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 \
${PYTHON_PKGNAMEPREFIX}vorbis>0:audio/py-vorbis \
lame:audio/lame \
oggenc:audio/vorbis-tools \
mplayer:multimedia/mplayer
WRKSRC= ${WRKDIR}/mBox-${PORTVERSION}
USES= python:2 tar:bzip2
USE_PYTHON= autoplist distutils
USE_WX= 3.0+
WX_COMPS= python
.include <bsd.port.mk>