1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/multimedia/libtuner/Makefile
Mark Linimon 7e4f41c690 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:21:37 +00:00

22 lines
569 B
Makefile

# Created by: Jason Harmening <jason.harmening@gmail.com>
# $FreeBSD$
PORTNAME= libtuner
PORTVERSION= 1.1.3
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= BSD2CLAUSE MIT
LICENSE_COMB= multi
BROKEN_powerpc64= fails to compile: tuner_iic_device.cpp: EINVAL was not declared in this scope
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}
MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
USE_LDCONFIG= ${PREFIX}/lib/libtuner
.include <bsd.port.mk>