freebsd-ports/multimedia/libtuner/Makefile
Sylvio Cesar Teixeira 75208ff6c1 - Update to 1.0.5
PR:		ports/146024
Submitted by:	Jason Harmening <jason.harmening@gmail.com> (maintainer)
2010-04-25 13:54:00 +00:00

20 lines
514 B
Makefile

# New ports collection makefile for: libtuner
# Date created: 7 September 2008
# Whom: jah
#
# $FreeBSD$
#
PORTNAME= libtuner
PORTVERSION= 1.0.5
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=5 INSTALLDIR=${PREFIX}
USE_LDCONFIG= ${PREFIX}/lib/libtuner
.include <bsd.port.mk>