1
0
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:
Dmitry Marakasov 2014-07-24 16:00:33 +00:00
parent 32b38a45c4
commit 1724454cc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362813
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= libdisasm
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/bastard/${PORTNAME}/${PORTVERSION}
@ -11,7 +12,7 @@ COMMENT= The Bastard Disassembly Environment x86 disassembler library and CLI
OPTIONS_DEFINE= DOCS
USES= gmake
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64

View File

@ -1,9 +1,9 @@
bin/x86dis
include/libdis.h
lib/libdisasm.a
lib/libdisasm.la
lib/libdisasm.so
lib/libdisasm.so.0
lib/libdisasm.so.0.0.0
man/man1/x86dis.1.gz
man/man3/x86_disasm.3.gz
man/man3/x86_format_insn.3.gz