packages: update freebsd ports package to mainsteam version

Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
This commit is contained in:
Oliver Pinter 2014-01-27 10:36:15 +01:00
parent 9149b40b53
commit 8ee5c2d9eb
2 changed files with 16 additions and 16 deletions

View File

@ -6,17 +6,17 @@ CATEGORIES= devel
MASTER_SITES= http://capstone-engine.org/download/2.0/ MASTER_SITES= http://capstone-engine.org/download/2.0/
MAINTAINER= oliver.pntr@gmail.com MAINTAINER= oliver.pntr@gmail.com
COMMENT= multi-platform, multi-architecture disassembly framework COMMENT= Multi-platform, multi-architecture disassembly framework
LICENSE= BSD LICENSE= BSD3CLAUSE
USES= gmake USES= gmake
USE_LDCONFIG= yes
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" MAKE_ENV= INSTALL_LIBRARY="${INSTALL_LIB}"
MAKE_ENV+= INSTALL_LIBRARY="${INSTALL_DATA}"
pre-install: post-build:
@${REINPLACE_CMD} -e '/libdir/s|/usr/ports/devel/capstone/work/stage||g' ${WRKSRC}/capstone.pc # The pkgconfig file is generated and points to stagedir
${REINPLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,16 +1,16 @@
Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.
Features: Features:
* Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86. * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
* Clean/simple/lightweight/intuitive architecture-neutral API. * Clean/simple/lightweight/intuitive architecture-neutral API
* Provide details on disassembled instruction (called "decomposer" by others). * Provide details on disassembled instruction (called "decomposer")
* Provide some semantics of the disassembled instruction, such as list of * Provide some semantics of the disassembled instruction, such as list of
implicit registers read & written. implicit registers read & written.
* Implemented in pure C language, with bindings for Python, Ruby, C#, Java, * Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
GO, OCaml & Vala available. GO, OCaml & Vala available.
* Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
platforms). * Thread-safe by design
* Thread-safe by design. * Distributed under the open source BSD license
* Distributed under the open source BSD license.
http://capstone-engine.org/ WWW: http://capstone-engine.org/