mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
2d8b17ea39
With hat: portmgr
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# Created by: fernandotcl
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opendpi
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= fernando@netfilter.com.br
|
|
COMMENT= An open source deep packet inspection engine
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
|
BROKEN= Does not compile on powerpc or sparc64: includes i386 assembler
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|