freebsd-ports/audio/mutemix/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
633 B
Makefile

# New ports collection makefile for: mutemix
# Date created: 2000-10-19
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= mutemix
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.v-i-t.de/mirkos_hp/pub/
EXTRACT_SUFX= .py
MAINTAINER= laszlof@FreeBSD.org
COMMENT= Adjusts a mixer
RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= bin/mutemix
WRKSRC= ${WRKDIR}
do-extract:
${MKDIR} ${WRKDIR}
do-install:
${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/mutemix
.include <bsd.port.mk>