b1a1d38bf9
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
20 lines
501 B
Makefile
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>
|