pkgsrc/net/howl/Makefile
nathanw 9d88a90663 Update to Howl 0.9.10.
Version 0.9.10 (Jan 28 2005)

    * FIX: use config.h in mDNSClientAPI.h to determine which headers to include
    * FIX: don't clobber CFLAGS in Makefile.am files

Version 0.9.9 (Jan 27 2005)

    * FIX: use memmove rather than memcpy
    * FIX: use memcmp to compare oids, rather than strcmp (contributed by
           John Wiseman jjwiseman@yahoo.com)
    * FIX: sw_autoip_network_interface_make_initial_ip_address() uses
           uninitialized m_mac_addr (contributed by Andrea Campi
           andrea+howl@webcom.it)
    * FIX: include stdint.h and use standard types in mDNSClientAPI.h
           (contributed by Jeff Waugh jdub@perkypants.com)
    * FIX: make posix_interface.c easier to port other OSes (contributed by
           Andrea Campi andrea+how@webcom.it)
    * FIX: check interface status before looking at link (contributed by
           Andrea Campi andrea+howl@webcom.it)
    * FIX: builddir != srcdir problem (contributed by Thomas Fitzsimmons
           fitzsim@redhat.com)
    * FIX: memory leaks on cleanup
    * FIX: mDNSResponder, nifd, autoipd shouldn't be linked statically
2005-03-22 19:55:37 +00:00

23 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/03/22 19:55:37 nathanw Exp $
DISTNAME= howl-0.9.10
CATEGORIES= net
MASTER_SITES= http://www.porchdogsoft.com/download/
MAINTAINER= nathanw@NetBSD.org
HOMEPAGE= http://www.porchdogsoft.com/products/howl/
COMMENT= Zeroconf (Rendezvous) implementation
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
PTHREAD_AUTO_VARS= yes
RCD_SCRIPTS= howl
PKG_GROUPS+= howl
PKG_USERS+= howl:howl::Zeroconf\\ user
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"