blob: c6b3465278e41f1f4d318df5c9b7f012f353505e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: wmix
# Date created: 2 April 2001
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
#
# $FreeBSD$
#
PORTNAME= wmix
PORTVERSION= 2.20
CATEGORIES= audio windowmaker
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= An audio mixer for the WindowMaker dock with TV-like OSD
USE_XPM= YES
USE_X_PREFIX= YES
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmix ${PREFIX}/bin
.include <bsd.port.mk>
|