opnsense-ports/devel/android-tools-fastboot-devel/Makefile
Franco Fichtner 91bbc58c44 */*: sync with upstream
Taken from: FreeBSD
2016-07-01 09:36:27 +02:00

20 lines
527 B
Makefile

# $FreeBSD$
# Hint: git describe --abbrev=12 --match android-n-preview-4
DISTVERSION= n-preview-4-74
DISTVERSIONSUFFIX= -g80beb506cf84
PORTREVISION= 0
PKGNAMESUFFIX= -devel
GH_MYTAG= ${DISTVERSIONPREFIX}${DISTVERSION:C/-[0-9]*$//}
GH_TAGNAME= ${GH_MYTAG}-38-gd937202:extras \
${GH_MYTAG}:libselinux
CONFLICTS_INSTALL= ${PORTNAME}-[0-9]*
MASTERDIR= ${.CURDIR}/../android-tools-fastboot
DISTINFO_FILE= ${.CURDIR}/distinfo
FILESDIR= ${.CURDIR}/files
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
.include "${MASTERDIR}/Makefile"