freebsd-ports/audio/mixer.app/Makefile
Seiichirou Hiraoka ef643183b9 Update to 1.3.3
PR: ports/11498
Submitted by: cpiazza@home.net
1999-05-05 13:50:16 +00:00

23 lines
511 B
Makefile

# New ports collection makefile for: mixer.app
# Version required: 1.3.3
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id: Makefile,v 1.3 1999/04/23 04:49:47 mharo Exp $
#
DISTNAME= Mixer.app-1.3.3
PKGNAME= mixer.app-1.3.3
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>