freebsd-ports/audio/mixer.app/Makefile

29 lines
599 B
Makefile
Raw Normal View History

# New ports collection makefile for: mixer.app
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 06:36:31 +02:00
# $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
2003-02-20 18:07:10 +01:00
COMMENT= Another mixer intended for the windowmaker dockapp
USE_XPM= yes
2003-10-22 09:48:40 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
2003-10-22 09:48:40 +02:00
.include <bsd.port.post.mk>