mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# Created by: Jason Harmening <jason.harmening@gmail.com>
|
|
|
|
PORTNAME= libtuner
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
|
|
|
|
MAINTAINER= jah@FreeBSD.org
|
|
COMMENT= Userspace drivers for various TV/radio tuner ICs
|
|
|
|
LICENSE= BSD2CLAUSE MIT
|
|
LICENSE_COMB= multi
|
|
|
|
USES= uidfix
|
|
USE_LDCONFIG= ${PREFIX}/lib/libtuner
|
|
|
|
MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
|
|
|
|
.include <bsd.port.mk>
|