freebsd-ports/audio/virtual_oss_ctl/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

20 lines
501 B
Makefile

# 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 qt:4 tar:bzip2
USE_QT= corelib gui qmake_build moc_build rcc_build
.include <bsd.port.mk>