mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
08c13bcac5
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
20 lines
313 B
Makefile
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>
|