12 lines
259 B
Makefile
12 lines
259 B
Makefile
# Created by: Lutz Boehne <lboehne@damogran.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= distorm
|
|
|
|
COMMENT= Python interface for fast x86 and x86-64 disassembler library
|
|
|
|
PORTREVISION= 0
|
|
PYTHON_SLAVEPORT= yes
|
|
MASTERDIR= ${.CURDIR}/../distorm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|