freebsd-ports/net/ostinato/Makefile
Sunpoet Po-Chuan Hsieh c86b04b3b8 - Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
2014-10-04 15:12:44 +00:00

25 lines
587 B
Makefile

# Created by: Niclas Zeising <zeising@FreeBSD.org>
# $FreeBSD$
PORTNAME= ostinato
PORTVERSION= 0.5.1
PORTREVISION= 2
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>