ports/devel/android-tools-adb/Makefile
Kevin Lo 196c96f7ea Update to 4.4.4.r1
PR:	ports/191600
Submitted by:	Jan Beich
2014-07-04 15:57:34 +00:00

26 lines
503 B
Makefile

# $FreeBSD$
PORTNAME= android-tools-adb
DISTVERSION= 4.4.4_r1
CATEGORIES= devel
DISTNAME= android-platform_system_core-${GH_COMMIT}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Android debug bridge command line tool
LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= android
GH_PROJECT= platform_system_core
GH_TAGNAME= android-${DISTVERSION}
GH_COMMIT= c33036b
USES= gmake
WRKSRC= ${WRKDIR}/${DISTNAME}/adb
MAKEFILE= ${FILESDIR}/Makefile
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/adb
.include <bsd.port.mk>