mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
# Hint: git describe --abbrev=12 --match android-o-preview-4
|
|
DISTVERSION= o-preview-4-4506
|
|
DISTVERSIONSUFFIX= -g7229576bfed0
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../android-tools-adb
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
|
|
GH_MYTAG= ${DISTVERSIONPREFIX}${DISTVERSION:C/-[0-9]*$//}
|
|
|
|
TEST_PYTHON_GH_TAGNAME= ${GH_MYTAG}-62-g417a8e237642:development
|
|
|
|
.include "${MASTERDIR}/Makefile"
|