2010-11-21 15:20:55 +01:00
|
|
|
# New ports collection makefile for: libtuner
|
|
|
|
# Date created: 7 September 2008
|
|
|
|
# Whom: jah
|
2008-10-01 12:06:38 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libtuner
|
2010-11-21 15:20:55 +01:00
|
|
|
PORTVERSION= 1.0.6
|
2008-10-01 12:06:38 +02:00
|
|
|
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
|
|
|
|
|
2010-11-21 15:20:55 +01:00
|
|
|
MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=6 INSTALLDIR=${PREFIX}
|
2008-10-01 12:06:38 +02:00
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/libtuner
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|