29 lines
550 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2019/07/12 20:48:35 sthen Exp $
2011-03-14 21:40:50 +00:00
COMMENT = MDNS/DNS-SD daemon
2017-03-11 13:00:35 +00:00
DISTNAME = openmdns-0.7
CATEGORIES = net
2018-09-04 12:46:09 +00:00
REVISION = 1
2013-01-21 12:01:42 +00:00
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
HOMEPAGE = http://www.haesbaert.org/openmdns/
# ISC
PERMIT_PACKAGE = Yes
MASTER_SITES = http://www.haesbaert.org/openmdns/releases/ \
2013-01-21 12:01:42 +00:00
http://x61.com.ar/mirrors/openmdns/
2013-01-21 12:01:42 +00:00
WANTLIB += c event util
WRKDIST = ${WRKDIR}/mdnsd
MAKE_FLAGS = BINDIR="${TRUEPREFIX}/bin" \
MANDIR="${TRUEPREFIX}/man/man"
2017-03-11 13:00:35 +00:00
NO_TEST = Yes
.include <bsd.port.mk>