mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5653e3c21e
PR: ports/153555 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer)
35 lines
729 B
Makefile
35 lines
729 B
Makefile
# New ports collection makefile for: yaf
|
|
# Date created: 2009-06-29
|
|
# Whom: Dikshie <dikshie@sfc.wide.ad.jp>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yaf
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://tools.netsa.cert.org/releases/
|
|
|
|
MAINTAINER= dikshie@sfc.wide.ad.jp
|
|
COMMENT= YAF is Yet Another Flowmeter
|
|
|
|
LIB_DEPENDS= fixbuf:${PORTSDIR}/net/libfixbuf \
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= airdaemon.1 applabel.1 \
|
|
filedaemon.1 yaf.1 yafdpi.1 yafscii.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 700042
|
|
BROKEN= does not build on 6.x.
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|