freebsd-ports/dns/mdnsd/Makefile
Emanuel Haupt a9c61b88ca - Support staging
- Respect CC
- Respect CFLAGS
- Fix build with clang
2014-02-19 12:15:06 +00:00

21 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>