jca 7c9740d9bb Unbreak after <net/if.h> change: we need to include <sys/tree.h>
explicitely.  ok mpi@

While here, fix a minor typo.
2013-11-26 08:53:23 +00:00

25 lines
510 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/11/26 08:53:23 jca Exp $
COMMENT = MDNS/DNS-SD daemon
DISTNAME = openmdns-0.5
REVISION = 4
CATEGORIES = net
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
HOMEPAGE = http://www.haesbaert.org/openmdns/
# ISC
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://www.haesbaert.org/openmdns/releases/ \
http://x61.com.ar/mirrors/openmdns/
WANTLIB += c event util
MAKE_FLAGS = BINDIR="${TRUEPREFIX}/bin" \
MANDIR="${TRUEPREFIX}/man/man"
.include <bsd.port.mk>