pkgsrc/net/howl/Makefile
rillig 7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
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.
2005-08-23 11:48:47 +00:00

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"