mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
21 lines
496 B
Makefile
21 lines
496 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 tar:bzip2
|
||
|
USE_QT4= corelib gui qmake_build moc_build rcc_build
|
||
|
|
||
|
.include <bsd.port.mk>
|