- submitted patches have been merged upstream - get rid of another superfluous patch and handle it with CXXFLAGS - drop maintainership
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# $OpenBSD: Makefile.inc,v 1.13 2021/03/31 18:12:19 jasper Exp $
|
|
|
|
# vex is amd64-only; sync with security/angrop
|
|
ONLY_FOR_ARCHS = amd64
|
|
|
|
CATEGORIES = devel security
|
|
|
|
# z3-solver: MIT
|
|
# vex: (L)GPL2
|
|
# rest: BSD
|
|
PERMIT_PACKAGE ?= Yes
|
|
|
|
.if defined(ANGR_PYTHON_MODULE)
|
|
HOMEPAGE ?= https://github.com/angr/${ANGR_PYTHON_MODULE}/
|
|
|
|
MODULES ?= lang/python
|
|
MODPY_PI ?= Yes
|
|
MODPY_SETUPTOOLS ?= Yes
|
|
|
|
MODPY_EGG_VERSION ?= 9.0.6642
|
|
DISTNAME ?= ${ANGR_PYTHON_MODULE}-${MODPY_EGG_VERSION}
|
|
PKGNAME = ${MODPY_PY_PREFIX}${DISTNAME}
|
|
.endif
|