- Add USES=libtool and INSTALL_TARGET=install-strip
- Use INFO for .info files
This commit is contained in:
parent
1fb74e5cc7
commit
33af62c573
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366449
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= lightning
|
||||
PORTVERSION= 2.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -14,8 +15,11 @@ LICENSE_COMB= multi
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-disassembler=no
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INFO= lightning
|
||||
PLIST_SUB+= JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:S/powerpc/ppc/}
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 arm ia64 powerpc sparc64 mips
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
include/lightning.h
|
||||
include/lightning/jit_%%JIT_ARCH%%.h
|
||||
info/lightning.info
|
||||
lib/liblightning.a
|
||||
lib/liblightning.la
|
||||
lib/liblightning.so
|
||||
lib/liblightning.so.0
|
||||
lib/liblightning.so.0.0.0
|
||||
@dirrm include/lightning
|
||||
|
|
Loading…
Reference in a new issue