blob: 01c0b89ac746ce951f08513cf8853a88c85398de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $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
BROKEN_mips= fails to build: unrecognized command line option "-Wno-unused-result"
BROKEN_mips64= fails to build: unrecognized command line option "-Wno-unused-result"
BROKEN_powerpc64= fails to build: unrecognized command line option "-Wno-unused-result"
USES= gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= linux-sunxi
.include <bsd.port.mk>
|