freebsd-ports/devel/android-tools-adb/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

24 lines
456 B
Makefile

# $FreeBSD$
PORTNAME= android-tools-adb
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
GH_TAGNAME= android-${DISTVERSION}
USES= gmake
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/adb
MAKEFILE= ${FILESDIR}/Makefile
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/adb
.include <bsd.port.mk>