mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
923a55a4eb
- Remove BROKEN for powerpc and sparc64 since there doesn't seem to be any x86 asm in the current version
18 lines
328 B
Makefile
18 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>
|