Menu

[r10367]: / experimental / avahi / Makefile  Maximize  Restore  History

Download this file

51 lines (44 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
PORTNAME= avahi
PORTVERSION= 0.6.22
PORTREVISION?= 1
CATEGORIES?= net dns
COMMENT= Service discovery on a local network
MAINTAINER= votdev@gmx.de
MASTER_SITES= http://www.avahi.org/download/
USE_GNOME?= intltool
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
USE_GETOPT_LONG= yes
CONFIGURE_ARGS?= --with-distro=freebsd \
--disable-compat-libdns_sd \
--disable-rpath \
--disable-glib \
--disable-gobject \
--disable-qt3 \
--disable-qt4 \
--disable-gtk \
--disable-dbus \
--disable-gdbm \
--disable-libdaemon \
--disable-python \
--disable-pygtk \
--disable-python-dbus \
--disable-mono \
--disable-monodoc \
--disable-autoipd \
--disable-doxygen-doc \
--disable-doxygen-dot \
--disable-doxygen-xml \
--disable-doxygen-html \
--disable-manpages \
--disable-xmltoman \
--localstatedir=/var \
--with-xml=bsdxml
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_KQUEUE" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
do-install:
.include <bsd.port.mk>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.