1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/osdmixer/Makefile
Lars Engels 02cb8a4d84 - Change misc/xosd from BUILD_DEPENDS to LIB_DEPENDS
- Bump PORTREVISION

PR:		ports/160923
Submitted by:	jlaffaye
Approved by:	maintainer (me)
2011-09-29 18:58:16 +00:00

25 lines
495 B
Makefile

# 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= 5
CATEGORIES= audio
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lme@FreeBSD.org
COMMENT= Displays audio volume with an OSD
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd
PLIST_FILES= bin/osdmixer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${PREFIX}/bin
.include <bsd.port.mk>