forked from Lainports/opnsense-ports
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# 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_powerpc64= Does not build
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
|
|
.include <bsd.port.mk>
|