1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net/ostinato/Makefile
Sunpoet Po-Chuan Hsieh 7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00

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>