blob: 2f9cea76bd2b51e4bf18bfc4dd707d4a9c65b29c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Niclas Zeising <zeising@FreeBSD.org>
# $FreeBSD$
PORTNAME= ostinato
PORTVERSION= 0.8
PORTREVISION= 5
CATEGORIES= net security
MASTER_SITES= https://bintray.com/artifact/download/pstavirs/ostinato/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= zeising@FreeBSD.org
COMMENT= Packet crafter/generator and analyzer with friendly GUI
LICENSE= GPLv3
LIB_DEPENDS= libprotobuf.so:devel/protobuf
USES= compiler:c++11-lang qmake
USE_QT4= corelib gui moc_build rcc_build uic_build network script \
xml
PLIST_FILES= bin/drone \
bin/ostinato
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
|