mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
build and install the shared library
Submitted by: sbz
This commit is contained in:
parent
dd36099a34
commit
e2b04babd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321042
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= udis86
|
||||
PORTVERSION= 1.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION:R}
|
||||
@ -13,9 +14,10 @@ COMMENT= Minimalistic x86 and x86-64 disassembler library
|
||||
LICENSE= BSD
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-sphinx-build
|
||||
CONFIGURE_ARGS= --without-sphinx-build --enable-shared
|
||||
|
||||
INFO= udis86
|
||||
PORTDOCS= x86
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/udcli
|
||||
lib/libudis86.a
|
||||
lib/libudis86.la
|
||||
lib/libudis86.so
|
||||
lib/libudis86.so.0
|
||||
include/udis86.h
|
||||
include/libudis86/extern.h
|
||||
include/libudis86/itab.h
|
||||
|
Loading…
Reference in New Issue
Block a user