summaryrefslogtreecommitdiff
path: root/lang/gnatdroid-binutils-x86/Makefile
blob: f0bb749c8d1af57878af903677014c39539e657f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTREVISION=	0
PKGNAMESUFFIX=	-x86

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Infrastructure for C/Ada Android cross-compiler (x86)

BRANCH2=	x86_32
XCCTARGET=	i686-aux-linux-android
PREFIX=		${LOCALBASE}/android-x86
SYSROOT=	gnatdroid-sysroot-x86
MASTERDIR=	${.CURDIR}/../../lang/gnatdroid-binutils
PLIST=		${.CURDIR}/pkg-plist
DESCR=		${.CURDIR}/pkg-descr

PLIST_SUB=	AMD64=${ARCH:S/i386/"@comment "/:S/${ARCH}/""/}

.include "${MASTERDIR}/Makefile"