freebsd-ports/devel/android-tools-adb/Makefile
Mathieu Arnold 90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00

24 lines
409 B
Makefile

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