mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
91f0eda57d
Reported by: -fetch-original pointyhat run
30 lines
581 B
Makefile
30 lines
581 B
Makefile
# New ports collection makefile for: mdnsd
|
|
# Date created: 2003/05/24
|
|
# Whom: 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:
|
|
@${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>
|