mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
7f2dff279c
- Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
28 lines
611 B
Makefile
28 lines
611 B
Makefile
# Created by: Niclas Zeising <zeising@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ostinato
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 2
|
|
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= 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>
|