aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libshairport/Makefile
blob: e45018744f2f72d0f972c8f9e5e2615fee945f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Manuel Creach <manuel.creach@icloud.com>
# $FreeBSD$

PORTNAME=   libshairport
PORTVERSION=    1.2.0.20310
PORTREVISION=   2
CATEGORIES= audio
MASTER_SITES=   http://mirrors.xbmc.org/build-deps/darwin-libs/
DISTNAME=   libshairport-${PORTVERSION}_lib

MAINTAINER= manuel.creach@icloud.com
COMMENT=    Airport Extreme Emulator

GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USES=       autoreconf gmake libtool
USE_LDCONFIG=   yes
USE_OPENSSL=    yes

CPPFLAGS+=  -isystem${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>