freebsd-ports/audio/mixer.app/Makefile

22 lines
473 B
Makefile
Raw Normal View History

# New ports collection makefile for: mixer.app
# Version required: 1.3.1
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
1999-04-18 21:39:14 +02:00
# $Id: Makefile,v 1.1.1.1 1999/04/16 12:11:47 flathill Exp $
#
1999-04-18 21:39:14 +02:00
DISTNAME= Mixer.app-1.3.2
PKGNAME= mixer.app-1.3.2
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>