923a55a4eb
- Remove BROKEN for powerpc and sparc64 since there doesn't seem to be any x86 asm in the current version
17 lines
328 B
Makefile
17 lines
328 B
Makefile
# Created by: fernandotcl
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opendpi
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= fernando@netfilter.com.br
|
|
COMMENT= Open source deep packet inspection engine
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
|
|
.include <bsd.port.mk>
|