6cee691e8a
============ Created by Team XBMC This is a fork of ShairPort written by James Laird <jhl@mafipulation.org>. The XBMC team decided to fork ShairPort and make it into a library. What it is ---------- This program emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods. It implements a server for the Apple RAOP protocol. ShairPort does not support AirPlay v2 (video and photo streaming). It supports multiple simultaneous streams, if your audio output chain (as detected by libao) does so. WWW: https://github.com/amejia1/libshairport PR: ports/172775 Submitted by: Manuel Creach <manuel.creach@icloud.com>
23 lines
568 B
Makefile
23 lines
568 B
Makefile
# Created by: Manuel Creach <manuel.creach@icloud.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libshairport
|
|
PORTVERSION= 1.2.0.20310
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://mirrors.xbmc.org/build-deps/darwin-libs/
|
|
DISTNAME= libshairport-${PORTVERSION}_lib
|
|
|
|
MAINTAINER= manuel.creach@icloud.com
|
|
COMMENT= An Airport Extreme Emulator
|
|
|
|
FETCH_ARGS= -pRr
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
|
ACLOCAL_ARGS= -I.
|
|
AUTOMAKE_ARGS= --add-missing
|
|
USE_LDCONFIG= yes
|
|
|
|
CPPFLAGS+= -isystem${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|