freebsd-ports/net/mdns-repeater/Makefile
Emanuel Haupt 0c70048793 Fix interface binding & error messages.
PR:		208652
Submitted by:	johan
2016-04-10 23:10:49 +00:00

29 lines
614 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= mdns-repeater
PORTVERSION= 1.10
PORTREVISION= 2
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>