0979c089db
(compiled from github commit log with tag: line) ------------------------------------- (v1.10.9) Merge pull request #46 from sashs/dev @Sascha Schirra (v1.10.8) Merge pull request #44 from sashs/dev @Sascha Schirra (v1.10.6) Bugfix: 'str' object has no attribute 'dataDirectory' @Sascha Schirra (v1.10.5) Merge pull request #41 from sashs/dev @Sascha Schirra (v1.10.4) cache implementation changed @Sascha Schirra (v1.10.2) Merge pull request #30 from sashs/dev @Sascha Schirra (v1.10.1) version and description changed @Sascha Schirra (v1.10.0) Bugfix: crash when try to print stack_pivots and no gadgets are loaded @Sascha Schirra (v1.9.11) Merge pull request #29 from sashs/dev @Sascha Schirra
26 lines
905 B
Makefile
26 lines
905 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/02/11 01:35:27 mef Exp $
|
|
|
|
DISTNAME= Ropper-1.10.10
|
|
PKGNAME= ${DISTNAME:tl}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=sashs/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sashs/Ropper/
|
|
COMMENT= Display information about executables and search for gadgets
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
|
|
DEPENDS+= ${PYPKGPREFIX}-filebytes-[0-9]*:../../devel/py-filebytes
|
|
DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
|
|
# Optional but needed for extra features
|
|
# The keystone software is now public so this will be likely be mandatory soon
|
|
DEPENDS+= ${PYPKGPREFIX}-keystone-[0-9]*:../../emulators/py-keystone
|
|
|
|
USE_LANGUAGES= # none
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
EGG_NAME= ${DISTNAME:tl}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|