freebsd-ports/audio/mixer.app/Makefile
Tilman Keskinoz 3c8f695929 Set Maintainership back to ports.
cpiazza's email is bouncing since Jan 7.
2003-01-30 17:38:24 +00:00

21 lines
419 B
Makefile

# New ports collection makefile for: mixer.app
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mixer.app
PORTVERSION= 1.7.0
CATEGORIES= audio
MASTER_SITES= http://www.fukt.bth.se/~per/mixer/
DISTNAME= Mixer.app-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
.include <bsd.port.mk>