mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# $FreeBSD: head/sysutils/dtc/Makefile 455683 2017-12-06 22:33:58Z manu $
|
|
|
|
PORTNAME= dtc
|
|
PORTVERSION= 1.4.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
COMMENT= Device Tree Compiler
|
|
|
|
USES= bison gmake shebangfix
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= dtdiff
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dgibson
|
|
GH_PROJECT= dtc
|
|
|
|
MAKE_ARGS+= PREFIX=${PREFIX} NO_PYTHON=yes
|
|
|
|
.include <bsd.port.mk>
|