38d1e86abc
Only i386/amd64 enabled until we know which arches work/need fixing. OK sthen@
27 lines
686 B
Makefile
27 lines
686 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2011/07/21 01:35:51 edd 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.1
|
|
|
|
CATEGORIES ?= devel
|
|
HOMEPAGE ?= http://radare.nopcode.org/
|
|
MAINTAINER ?= Edd Barrett <edd@openbsd.org>
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
PERMIT_DISTFILES_CDROM ?= Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
|
|
MASTER_SITES ?= ${HOMEPAGE}/get/
|
|
|
|
USE_GMAKE ?= Yes
|
|
CONFIGURE_STYLE ?= simple
|
|
|
|
NO_REGRESS ?= Yes
|