summaryrefslogtreecommitdiff
path: root/net/opendpi/Makefile
blob: 1bc135e7cde13e510d98d0d938adea3d4959305f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: fernandotcl
# $FreeBSD$

PORTNAME=	opendpi
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	fernando@netfilter.com.br
COMMENT=	Open source deep packet inspection engine

BROKEN=		Unfetchable (google code has gone away)

BROKEN_powerpc64=	Does not build

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USES=		libtool

.include <bsd.port.mk>