blob: b687c0034843189ec195aac77d0481fb5d673e5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: libtuner
# Date created: 7 September 2008
# Whom: jah
#
# $FreeBSD$
#
PORTNAME= libtuner
PORTVERSION= 1.0.9
CATEGORIES= multimedia
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
MAINTAINER= jason.harmening@gmail.com
COMMENT= Userspace drivers for various TV/radio tuner ICs
LICENSE= BSD
MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=9 INSTALLDIR=${PREFIX}
USE_LDCONFIG= ${PREFIX}/lib/libtuner
.include <bsd.port.mk>
|