1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net/bittwist/Makefile
Vanilla I. Shu 6345d7d235 Stagify.
Approved by:	portmgr@
2014-06-23 02:44:52 +00:00

21 lines
485 B
Makefile

# $FreeBSD$
PORTNAME= bittwist
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/_BSD/Bit-Twist%20${PORTVERSION}
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
MAINTAINER= wxs@FreeBSD.org
COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= gmake
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>