blob: 457813d355ddda73e2d36765d65eb55677b260db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
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"
|