mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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
This commit is contained in:
parent
efcfb69c51
commit
923a55a4eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361433
@ -3,18 +3,15 @@
|
||||
|
||||
PORTNAME= opendpi
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= fernando@netfilter.com.br
|
||||
COMMENT= An open source deep packet inspection engine
|
||||
COMMENT= Open source deep packet inspection engine
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
|
||||
.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>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -6,8 +6,8 @@ include/libopendpi-1.2/libopendpi/ipq_macros.h
|
||||
include/libopendpi-1.2/libopendpi/ipq_protocols_osdpi.h
|
||||
include/libopendpi-1.2/libopendpi/ipq_public_functions.h
|
||||
lib/libopendpi.a
|
||||
lib/libopendpi.la
|
||||
lib/libopendpi.so
|
||||
lib/libopendpi.so.1
|
||||
lib/libopendpi.so.1.0.2
|
||||
@dirrm include/libopendpi-1.2/libopendpi
|
||||
@dirrm include/libopendpi-1.2
|
||||
|
Loading…
Reference in New Issue
Block a user