1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/audio/osdmixer/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

25 lines
507 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= 1
CATEGORIES= audio
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lars.engels@0x20.net
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>