mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
29 lines
482 B
Makefile
29 lines
482 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dtc
|
|
PORTVERSION= 1.4.7
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= uboot@FreeBSD.org
|
|
COMMENT= Device Tree Compiler
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= bison gmake shebangfix
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= dtdiff
|
|
|
|
TEST_TARGET= check
|
|
TEST_ENV= STATSZ="stat -f %Uz"
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dgibson
|
|
GH_PROJECT= dtc
|
|
|
|
MAKE_ARGS+= PREFIX=${PREFIX} NO_PYTHON=yes \
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_LIB="${INSTALL_LIB}"
|
|
|
|
.include <bsd.port.mk>
|