1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/dns/mdnsd/Makefile

27 lines
521 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
NO_STAGE= yes
do-install:
@${ECHO_MSG} "Installing files"
.for i in mhttp mquery
@${INSTALL} ${COPY} ${_BINOWNGRP} ${WRKSRC}/${i} ${PREFIX}/bin
.endfor
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>