freebsd-ports/audio/mixer.app/Makefile
Kirill Ponomarev 3d8e851ef2 - Fix build on -current
- Fix MASTER_SITES
- Remove obsolete WWW: line

PR:		58874
Submitted by:	Ports Fury
2003-11-03 16:30:03 +00:00

24 lines
523 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.8.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Another mixer intended for the windowmaker dockapp
WRKSRC= ${WRKDIR}/Mixer.app-${PORTVERSION}
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
.include <bsd.port.mk>