blob: 2de918f3fce8b7f49a5fe49b591fd22e105b0c17 (
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
|
# New ports collection makefile for: wmmixer
# Date created: 11 July 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
# $FreeBSD$
#
PORTNAME= wmmixer
PORTVERSION= 1.0b1
PORTREVISION= 1
CATEGORIES= audio windowmaker
MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/
DISTNAME= ${PORTNAME}-1.0-beta1
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= An audio mixer for the WindowMaker dock
PLIST_FILES= bin/wmmixer
WRKSRC= ${WRKDIR}/wmmixer
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|