openbsd-ports/net/openmdns/Makefile

25 lines
511 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:50 espie Exp $
2011-03-14 17:40:50 -04:00
COMMENT = MDNS/DNS-SD daemon
DISTNAME = openmdns-0.5
REVISION = 0
CATEGORIES = net
2013-01-21 07:01:42 -05:00
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/ \
2013-01-21 07:01:42 -05:00
http://x61.com.ar/mirrors/openmdns/
2013-01-21 07:01:42 -05:00
WANTLIB += c event util
MAKE_FLAGS = BINDIR="${TRUEPREFIX}/bin" \
MANDIR="${TRUEPREFIX}/man/man"
.include <bsd.port.mk>