mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
c15ca141a2
PR: 51545 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
23 lines
479 B
Makefile
23 lines
479 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= http://www.fukt.bth.se/~per/mixer/
|
|
DISTNAME= Mixer.app-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Another mixer intended for the windowmaker dockapp
|
|
|
|
USE_XPM= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|