0a7591375a
- Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
27 lines
611 B
Makefile
27 lines
611 B
Makefile
# 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= 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>
|