opnsense-ports/dns/mdnsd/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
429 B
Makefile

# Created by: Dan Pelleg <daniel+mdnsd@pelleg.org>
# $FreeBSD$
PORTNAME= mdnsd
PORTVERSION= 0.7G
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.cs.cmu.edu/~dpelleg/download/
MAINTAINER= daniel+mdnsd@pelleg.org
COMMENT= Advertise a service via Rendezvous
PLIST_FILES= bin/mhttp bin/mquery
do-install:
.for f in mhttp mquery
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>