1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/opendpi/Makefile
Tijl Coosemans 923a55a4eb - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove BROKEN for powerpc and sparc64 since there doesn't seem to be any
  x86 asm in the current version
2014-07-10 09:37:24 +00:00

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>