mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
304 B
Makefile
19 lines
304 B
Makefile
PORTNAME= mcjoin
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.9
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= john@saltant.com
|
|
COMMENT= Simple multicast testing application for UNIX
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= troglobit
|
|
|
|
.include <bsd.port.mk>
|