openbsd-ports/net/openmdns/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

27 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.5 2011/06/23 22:50:28 naddy Exp $
COMMENT = MDNS/DNS-SD daemon
DISTNAME = openmdns-0.5
CATEGORIES = net
MAINTAINER = Gonzalo L. R. <gonzalo@x61.com.ar>
HOMEPAGE = http://www.haesbaert.org/openmdns/
# ISC
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.haesbaert.org/openmdns/releases/ \
http://x61.com.ar/openmdns/
WANTLIB += c event util
MAKE_FLAGS = BINDIR="${TRUEPREFIX}/bin" \
MANDIR="${TRUEPREFIX}/man/man"
.include <bsd.port.mk>