Skip to content

Commit

Permalink
net/tcpflow: Add CPE information
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
decke committed Oct 8, 2021
1 parent dcbb697 commit 479b4f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/tcpflow/Makefile
Expand Up @@ -18,7 +18,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2

USES= ssl xorg
USES= cpe ssl xorg
USE_XORG= pixman
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_md_MD5=no \
Expand All @@ -28,6 +28,8 @@ CONFIGURE_ENV= ac_cv_lib_md_MD5=no \
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

CPE_VENDOR= digitalcorpora

PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz

.include <bsd.port.mk>

0 comments on commit 479b4f9

Please sign in to comment.