mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pybonjour
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= dns python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jpaetzel@FreeBSD.org
|
|
COMMENT= Python interface to bonjour
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
OPTIONS_SINGLE= ZEROCONF
|
|
OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER
|
|
OPTIONS_DEFAULT= MDNSRESPONDER
|
|
AVAHI_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/avahi-libdns
|
|
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder
|
|
|
|
.include <bsd.port.mk>
|