freebsd-ports/audio/osdmixer/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

21 lines
419 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:misc/xosd
PLIST_FILES= bin/osdmixer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>