aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mixer.app/Makefile
blob: ae6f9f10f4a4aff8e59f91157e5c863653dd4660 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    mixer.app
# Version required: 1.3.1
# Date created:     16 April 1999
# Whom:         Chris Piazza <cpiazza@home.net>
#
# $Id$
#

DISTNAME=   Mixer.app-1.3.1
PKGNAME=    mixer.app-1.3.1
CATEGORIES= audio
MASTER_SITES=   http://www.student.hk-r.se/~pt96pli/mixer/

MAINTAINER= cpiazza@home.net

USE_IMAKE=  yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/Mixer ${PREFIX}/bin

.include <bsd.port.mk>