4ed5d621eb
- Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
20 lines
431 B
Makefile
20 lines
431 B
Makefile
# Created by: Lars Engels <lars.engels@0x20.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= osdmixer
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Displays audio volume with an OSD
|
|
|
|
LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd
|
|
|
|
PLIST_FILES= bin/osdmixer
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|