mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
e9a418c64f
a variety of TV and radio tuner ICs. These ICs are usually attached to a peripheral bus (such as an I2C bus) embedded on a tuner card, and "stub" device nodes for the ICs will be exported by a card-specific driver. PR: 127668 Submitted by: Jason Harmening <jason dot harmening at gmail dot com>
21 lines
514 B
Makefile
21 lines
514 B
Makefile
# New ports collection makefile for: libtuner
|
|
# Date created: 7 September 2008
|
|
# Whom: jah
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libtuner
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
|
|
EXTRACT_ONLY= libtuner-${PORTVERSION}.tar.gz
|
|
|
|
MAINTAINER= jason.harmening@gmail.com
|
|
COMMENT= Userspace drivers for various TV/radio tuner ICs
|
|
|
|
MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=1 INSTALLDIR=${PREFIX}
|
|
USE_LDCONFIG= ${PREFIX}/lib/libtuner
|
|
|
|
.include <bsd.port.mk>
|