freebsd-ports/audio/mutemix/Makefile
Akinori MUSHA d5819cf547 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 09:33:26 +00:00

33 lines
656 B
Makefile

# New ports collection makefile for: mutemix
# Date created: 2000-10-19
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= mutemix
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= http://stud.fbi.fh-darmstadt.de/~koenig/pub/
EXTRACT_SUFX= .py
MAINTAINER= trevor@FreeBSD.org
RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
NO_BUILD= yes
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}
do-extract:
${MKDIR} ${WRKDIR}
pre-install:
${ECHO_CMD} "bin/mutemix" > ${PLIST}
do-install:
${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/mutemix
.include <bsd.port.mk>