freebsd-ports/audio/mbox/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

28 lines
854 B
Makefile

# New ports collection makefile for: mBox
# Date created: 01 Sep 2004
# Whom: Vladimir Osintsev <oc@nm.ru>
# $FreeBSD$
PORTNAME= mbox
PORTVERSION= 0.5.2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.mbox.wz.cz/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program intended to help with organizing your music files
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24 \
${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-ogg \
${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis \
lame:${PORTSDIR}/audio/lame \
oggenc:${PORTSDIR}/audio/vorbis-tools \
mplayer:${PORTSDIR}/multimedia/mplayer
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/mBox-${PORTVERSION}
.include <bsd.port.mk>