aboutsummaryrefslogtreecommitdiffstats
path: root/audio/osdmixer/Makefile
blob: 4bd47fc703bf1965a978c745c3e11e8589b19640 (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
# New ports collection makefile for:    osdmixer
# Date Created:             20 Mar 2007
# Whom:                 Lars Engels <lars.engels@0x20.net>
#
# $FreeBSD$
#

PORTNAME=   osdmixer
PORTVERSION=    0.9
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://bsd-geek.de/FreeBSD/distfiles/

MAINTAINER= lme@FreeBSD.org
COMMENT=    Displays audio volume with an OSD

BUILD_DEPENDS=  xosd-config:${PORTSDIR}/misc/xosd

PLIST_FILES=    bin/osdmixer

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${PREFIX}/bin

.include <bsd.port.mk>