mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- new option WITH_DNSSD
Submitted by: Erik Van Benschoten
This commit is contained in:
parent
7336373866
commit
5a142bc4eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205882
@ -97,6 +97,13 @@ CONFIGURE_ARGS+= --enable-libpaper
|
||||
LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DNSSD)
|
||||
CONFIGURE_ARGS+= --enable-dnssd \
|
||||
--with-dnssd-libs=${LOCALBASE}/lib/ \
|
||||
--with-dnssd-includes=${LOCALBASE}/include/avahi-compat-libdns_sd/
|
||||
LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/avahi-libdns
|
||||
.endif
|
||||
|
||||
MAN1EXT= 1
|
||||
MAN5EXT= 5
|
||||
MAN7EXT= 7
|
||||
|
Loading…
Reference in New Issue
Block a user