Tweak dns/mydns-ng version 1.2.8.31_3
[dports.git] / dns / mdnsd / Makefile
1 # Created by: Dan Pelleg <daniel+mdnsd@pelleg.org>
2 # $FreeBSD$
3
4 PORTNAME=       mdnsd
5 PORTVERSION=    0.7G
6 PORTREVISION=   1
7 CATEGORIES=     dns
8 MASTER_SITES=   http://www.cs.cmu.edu/~dpelleg/download/
9
10 MAINTAINER=     daniel+mdnsd@pelleg.org
11 COMMENT=        Advertise a service via Rendezvous
12
13 PLIST_FILES=    bin/mhttp bin/mquery
14
15 do-install:
16 .for f in mhttp mquery
17         ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
18 .endfor
19
20 .include <bsd.port.mk>