freebsd-ports/audio/libshairport/Makefile
Dmitry Marakasov c02b670acc - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-22 22:57:02 +00:00

23 lines
570 B
Makefile

# Created by: Manuel Creach <manuel.creach@icloud.com>
# $FreeBSD$
PORTNAME= libshairport
PORTVERSION= 1.2.0.20310
PORTREVISION= 1
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
USES= gmake libtool
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>