forked from Lainports/freebsd-ports
unrecognized command line option "-Wno-unused-result" PR: 235540 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
18 lines
312 B
Makefile
18 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>
|