dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
21 lines
397 B
Makefile
21 lines
397 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= Unfetchable (google code has gone away)
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
|
|
.include <bsd.port.mk>
|