blob: ef1af13b6ac852d4e41826560a5b5e99c1cf225f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: mixer.app
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $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
COMMENT= Another mixer intended for the windowmaker dockapp
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
.include <bsd.port.post.mk>
|