- use PORTEXAMPLES
- no need to patch examples/Makefile, we don't use it
- clean up DOCS installation too
PR: 177052
Submitted by: antoine (maintainer)
- Update to 1.5 [1]
- Replace deprecated variable: INSTALLS_SHLIB
- Use PORTDOCS to simplify pkg-plist
PR: ports/113760 [1]
Submitted by: Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
Approved by: Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
libdasm is a C-library that tries to provide simple and convenient
way to disassemble Intel x86 raw opcode bytes (machine code). It
can parse and print out opcodes in AT&T and Intel syntax.
WWW: http://www.nologin.net/main.pl?action=codeView&codeId=49&
PR: ports/95048
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>