ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/dns/mdnsd/Makefile
Revision: 15462
Committed: Tue Sep 17 03:15:41 2013 UTC (10 years, 7 months ago) by laffer1
File size: 433 byte(s)
Log Message:
fixup some properties.

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= mdnsd
4 PORTVERSION= 0.7G
5 PORTREVISION= 1
6 CATEGORIES= dns
7 MASTER_SITES= http://www.cs.cmu.edu/~dpelleg/download/
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Advertise a service via Rendezvous
11 LICENSE= bsd4
12 # he says it's bsd without being too specific.. let's worst case this
13
14 do-install:
15 .for i in mhttp mquery
16 @${INSTALL} ${COPY} ${_BINOWNGRP} ${WRKSRC}/${i} ${PREFIX}/bin
17 .endfor
18
19 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H