1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/bittwist/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
508 B
Makefile

PORTNAME= bittwist
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/_BSD/Bit-Twist%20${PORTVERSION}
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= dos2unix gmake
DOS2UNIX_FILES= Makefile
PLIST_FILES= bin/bittwist bin/bittwistb bin/bittwiste \
man/man1/bittwist.1.gz \
man/man1/bittwistb.1.gz \
man/man1/bittwiste.1.gz
.include <bsd.port.mk>