aboutsummaryrefslogtreecommitdiff
path: root/audio/virtual_oss_ctl/Makefile
blob: d49d5879bfde5c6a82e6e4a371a91ef480307c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
# $FreeBSD$

PORTNAME=	virtual_oss_ctl
PORTVERSION=	1.1.0
CATEGORIES=	audio
MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
		http://home.selasky.org:8192/distfiles/

MAINTAINER=	hselasky@FreeBSD.org
COMMENT=	Grapical control panel for the virtual OSS daemon

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	virtual_oss:audio/virtual_oss

USES=		qmake tar:bzip2
USE_QT4=	corelib gui qmake_build moc_build rcc_build

.include <bsd.port.mk>