09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
27 lines
636 B
Makefile
27 lines
636 B
Makefile
# Created by: Niclas Zeising <zeising@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ostinato
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 8
|
|
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 qt:4
|
|
USE_QT= 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>
|