1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/comms/sunxi-tools/Makefile
Dmitry Marakasov 08c13bcac5 Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly
it's successors, that's why the 'x' in the package name.

WWW: https://github.com/linux-sunxi/sunxi-tools

PR:		213250
Submitted by:	manu
2017-07-25 15:53:12 +00:00

20 lines
313 B
Makefile

# $FreeBSD$
PORTNAME= sunxi-tools
PORTVERSION= 1.4.2
DISTVERSIONPREFIX= v
CATEGORIES= comms
MAINTAINER= manu@freebsd.org
COMMENT= Tools to help hacking Allwinner devices
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USE_GITHUB= yes
GH_ACCOUNT= linux-sunxi
USES= gmake pkgconfig
.include <bsd.port.mk>