7a95adad42
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
22 lines
547 B
Makefile
22 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/08/23 11:48:50 rillig 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_TOOLS+= pkg-config
|
|
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 "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|