mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
af8f8b20e5
commit
7a7d9a791a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360559
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ndpi
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/ntop/nDPI
|
||||
DISTNAME= nDPI-${PORTVERSION}_r7023
|
||||
@ -15,7 +16,7 @@ LICENSE= GPLv3
|
||||
CONFIGURE_ARGS= --with-pic
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix pkgconfig
|
||||
USES= libtool pathfix pkgconfig
|
||||
|
||||
PLIST_SUB= MAJOR_VER=${PORTVERSION:R}
|
||||
|
||||
|
@ -5,9 +5,9 @@ include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_macros.h
|
||||
include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_protocols_osdpi.h
|
||||
include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_public_functions.h
|
||||
lib/libndpi.a
|
||||
lib/libndpi.la
|
||||
lib/libndpi.so
|
||||
lib/libndpi.so.1
|
||||
lib/libndpi.so.1.0.4
|
||||
libdata/pkgconfig/libndpi.pc
|
||||
@dirrm include/libndpi-%%MAJOR_VER%%/libndpi
|
||||
@dirrm include/libndpi-%%MAJOR_VER%%
|
||||
|
Loading…
Reference in New Issue
Block a user