1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/mdns-repeater/Makefile
2015-04-06 14:13:31 +00:00

29 lines
614 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= mdns-repeater
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= net dns
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Multicast DNS repeater to re-broadcast mDNS packets across interfaces
LICENSE= GPLv2
USE_RC_SUBR= mdns-repeater
CFLAGS+= -DHGVERSION="\"${PORTVERSION}\""
PLIST_FILES= bin/mdns-repeater
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>