freebsd-ports/net/udpbroadcastrelay/Makefile
Brynley McDonald 182ebe1f66 net/udpbroadcastrelay: Update to 1.1
Changelog:
https://github.com/marjohn56/udpbroadcastrelay/compare/v0.3-beta...07d747947047f4c01a3b7dd26bb15beafffeadff

Committed with Makefile layout and policy fixes

PR:		280723
Reviewed by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
2024-08-24 12:36:02 +02:00

23 lines
492 B
Makefile

PORTNAME= udpbroadcastrelay
DISTVERSIONPREFIX= v
DISTVERSION= 1.1
CATEGORIES= net
MAINTAINER= m.muenz@gmail.com
COMMENT= UDP multicast/unicast relayer
WWW= https://github.com/marjohn56/udpbroadcastrelay
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= marjohn56
GH_TAGNAME= 07d7479
PLIST_FILES= sbin/udpbroadcastrelay
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/udpbroadcastrelay ${STAGEDIR}${PREFIX}/sbin/udpbroadcastrelay
.include <bsd.port.mk>