freebsd-ports/net/ostinato/Makefile
Max Brazhnikov 5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00

25 lines
587 B
Makefile

# Created by: Niclas Zeising <zeising@FreeBSD.org>
# $FreeBSD$
PORTNAME= ostinato
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX}
MAINTAINER= zeising@FreeBSD.org
COMMENT= Packet crafter/generator and analyzer with friendly GUI
LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf
USES= qmake
USE_QT4= gui moc_build rcc_build uic_build network script \
xml
PLIST_FILES= bin/drone \
bin/ostinato
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>