freebsd-ports/net/mdns-repeater/Makefile
2021-04-06 16:31:07 +02:00

28 lines
602 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= mdns-repeater
PORTVERSION= 1.11
CATEGORIES= net dns
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Multicast DNS repeater to re-broadcast mDNS packets across interfaces
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= kennylevinsen
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>