1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/audio/mixer.app/Makefile
Steve Price 407d37933e Update to version 1.4.0.
PR:		11613
Submitted by:	maintainer
1999-05-10 04:07:19 +00:00

24 lines
514 B
Makefile

# New ports collection makefile for: mixer.app
# Version required: 1.4.0
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id: Makefile,v 1.4 1999/05/05 13:50:15 flathill Exp $
#
DISTNAME= Mixer.app-1.4.0
PKGNAME= mixer.app-1.4.0
CATEGORIES= audio
MASTER_SITES= http://www.student.hk-r.se/~pt96pli/mixer/
MAINTAINER= cpiazza@home.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer ${PREFIX}/bin
.include <bsd.port.mk>