aboutsummaryrefslogtreecommitdiffstats
path: root/devel/android-tools-fastboot-devel/Makefile
blob: b31d467878304cb9abd8dc0740558ff189336faa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

# Hint: git describe --abbrev=12 --match android-m-preview
DISTVERSION=    m-preview-1212
DISTVERSIONSUFFIX=  -g94c617ccbba4
PORTREVISION=   0
PKGNAMESUFFIX=  -devel

GH_TAGNAME= ${DISTVERSIONFULL:C/-[0-9].*//}-195-g7434d1f:extras \
        ${DISTVERSIONFULL:C/-[0-9].*//}-19-g249094f:libselinux

CONFLICTS_INSTALL=  ${PORTNAME}-[0-9]*

MASTERDIR=  ${.CURDIR}/../android-tools-fastboot
DISTINFO_FILE=  ${.CURDIR}/distinfo

.include "${MASTERDIR}/Makefile"