1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/gnatdroid-sysroot/Makefile
John Marino 5feebd9c74 Replace John Marino email address with FreeBSD version
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.

Approved by:	bapt (mentor)
2013-07-12 13:40:50 +00:00

28 lines
687 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= sysroot
PORTVERSION= 9
CATEGORIES= lang
MASTER_SITES= http://downloads.dragonlace.net/src/ \
http://dragonlace.mirrors.ada.cx/src/
PKGNAMEPREFIX= gnatdroid-
DISTNAME= android-9-arm
MAINTAINER= marino@FreeBSD.org
COMMENT= Android-9 sysroot for C/Ada Android cross-compiler
USE_BZIP2= YES
NO_BUILD= YES
NO_MTREE= YES
WRKSRC= ${WRKDIR}/android-${PORTVERSION}-arm
PREFIX= ${LOCALBASE}/android9
do-install:
(cd ${WRKSRC} && ${FIND} usr/ -type d -exec ${MKDIR} ${PREFIX}/{} \;)
(cd ${WRKSRC} && ${FIND} usr/ -type f -exec \
${INSTALL} -p -o root -g wheel ${WRKSRC}/{} ${PREFIX}/{} \;)
.include <bsd.port.mk>