Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
246376618c
commit
b7f369fa3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361389
2 changed files with 7 additions and 9 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= vde2
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/vde/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -14,8 +15,9 @@ LICENSE_COMB= multi
|
|||
|
||||
CONFLICTS= vde-[0-9]*
|
||||
|
||||
USES= gmake pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= V=1
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
|
|
@ -27,29 +27,25 @@ include/libvdeplug.h
|
|||
include/libvdeplug_dyn.h
|
||||
include/libvdesnmp.h
|
||||
lib/libvdehist.a
|
||||
lib/libvdehist.la
|
||||
lib/libvdehist.so
|
||||
lib/libvdehist.so.0
|
||||
lib/libvdehist.so.0.0.1
|
||||
lib/libvdemgmt.a
|
||||
lib/libvdemgmt.la
|
||||
lib/libvdemgmt.so
|
||||
lib/libvdemgmt.so.0
|
||||
lib/libvdemgmt.so.0.0.1
|
||||
lib/libvdeplug.a
|
||||
lib/libvdeplug.la
|
||||
lib/libvdeplug.so
|
||||
lib/libvdeplug.so.3
|
||||
lib/libvdeplug.so.3.0.1
|
||||
lib/libvdesnmp.a
|
||||
lib/libvdesnmp.la
|
||||
lib/libvdesnmp.so
|
||||
lib/libvdesnmp.so.0
|
||||
lib/libvdesnmp.so.0.0.1
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/VdePlug.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/vdeplug_python.la
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/vdeplug_python.so
|
||||
lib/vde2/vde_l3/bfifo.la
|
||||
lib/vde2/vde_l3/bfifo.so
|
||||
lib/vde2/vde_l3/pfifo.la
|
||||
lib/vde2/vde_l3/pfifo.so
|
||||
lib/vde2/vde_l3/tbf.la
|
||||
lib/vde2/vde_l3/tbf.so
|
||||
libdata/pkgconfig/vdehist.pc
|
||||
libdata/pkgconfig/vdemgmt.pc
|
||||
|
|
Loading…
Reference in a new issue