1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/audio/shairplay/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

31 lines
654 B
Makefile

# $FreeBSD$
PORTNAME= shairplay
PORTVERSION= 0.9.0.20150921
CATEGORIES= audio
MAINTAINER= mickael.maillot@gmail.com
COMMENT= Portable AirPlay server implementation
LICENSE= BSD3CLAUSE LGPL21 MIT
LICENSE_COMB= multi
LIB_DEPENDS= libao.so:audio/libao
USE_GITHUB= yes
GH_ACCOUNT= juhovh
GH_TAGNAME= 498bc5b
USES= autoreconf gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFAULT= MDNSRESPONDER
OPTIONS_SINGLE= ZEROCONF
OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER
AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
.include <bsd.port.mk>