mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
828a5a0da0
unrecognized command line option "-Wno-unused-result" PR: 235540 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
19 lines
312 B
Makefile
19 lines
312 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
|
|
|
|
USES= gmake pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linux-sunxi
|
|
|
|
.include <bsd.port.mk>
|