openbsd-ports/devel/radare2/Makefile.inc

27 lines
674 B
Makefile

# $OpenBSD: Makefile.inc,v 1.4 2015/08/27 13:42:09 jca Exp $
# Arches suggested by upstream, unsure which work on OpenBSD for sure.
ONLY_FOR_ARCHS ?= amd64 i386
# We need to figure out which of the following arches work and fix ones
# that don't. We know powerpc is busted.
#ONLY_FOR_ARCHS ?= arm mips64 mips64el powerpc sparc sparc64
V ?= 0.8.8
SUBST_VARS += V
CATEGORIES ?= devel
HOMEPAGE ?= http://www.radare.org/r/
MAINTAINER ?= Edd Barrett <edd@openbsd.org>
# LGPLv3
PERMIT_PACKAGE_CDROM ?= Yes
PERMIT_PACKAGE_FTP ?= Yes
PERMIT_DISTFILES_FTP ?= Yes
MASTER_SITES ?= http://www.radare.org/get/
USE_GMAKE ?= Yes
CONFIGURE_STYLE ?= simple
NO_TEST ?= Yes