ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/avahi/Makefile
Revision: 21859
Committed: Tue Aug 23 03:08:41 2016 UTC (7 years, 8 months ago) by laffer1
File size: 1132 byte(s)
Log Message:
fix do-install

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= avahi
4 PORTVERSION= 0.6.31
5 PORTREVISION?= 1
6 MASTER_SITES= # none
7 CATEGORIES?= net dns
8 DISTFILES= # none
9 EXTRACT_ONLY= # none
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= "meta-port" for the Avahi service discovery suite
13
14 LICENSE= lgpl
15
16 RUN_DEPENDS= avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app
17
18 NO_BUILD= yes
19 NO_MTREE= yes
20
21 OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 PYTHON
22 OPTIONS_DEFAULT=AUTOIPD GTK
23 AUTOIPD_DESC= IPv4LL network address configuration daemon
24 GTK_DESC= Gtk+ tools and bindings
25 LIBDNS_DESC= Apple's mDNSResponder compatibility library
26
27 AUTOIPD_RUN_DEPENDS= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd
28 GTK_RUN_DEPENDS= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk
29 #LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns
30 MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp
31 QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4
32 PYTHON_RUN_DEPENDS= avahi-bookmarks:${PORTSDIR}/net/py-avahi
33
34 do-install: build
35 @${DO_NADA}
36
37 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H