freebsd-ports/audio/mixer.app/Makefile
Chris Piazza 84c32fb24c Update to 1.6.0
PR:		27526
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2001-05-22 03:26:55 +00:00

21 lines
421 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.6.0
CATEGORIES= audio
MASTER_SITES= http://www.fukt.bth.se/~per/mixer/
DISTNAME= Mixer.app-${PORTVERSION}
MAINTAINER= cpiazza@FreeBSD.org
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
.include <bsd.port.mk>