aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dtc/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-01-12 22:48:55 +0000
committerWarner Losh <imp@FreeBSD.org>2017-01-12 22:48:55 +0000
commit420ab5a8d7f055b461fae13f085bb4812f42882b (patch)
treed37a107322c83318f7ba09b82c8c3f14708d9356 /sysutils/dtc/Makefile
parent6af665bd8673ad5ef6465633a8c5bee7d99ef1cc (diff)
downloadports-420ab5a8d7f055b461fae13f085bb4812f42882b.tar.gz
ports-420ab5a8d7f055b461fae13f085bb4812f42882b.zip
GPL'd Device Tree Compiler version 1.4.2, tweaked for FreeBSD.
Notes
Notes: svn path=/head/; revision=431325
Diffstat (limited to 'sysutils/dtc/Makefile')
-rw-r--r--sysutils/dtc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile
new file mode 100644
index 000000000000..ac55350d1da9
--- /dev/null
+++ b/sysutils/dtc/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+#
+# Device Tree Compiler, tweaked for FreeBSD
+#
+
+PORTNAME= dtc
+PORTVERSION= 1.4.2
+DISTVERSIONPREFIX= ports-v
+CATEGORIES= sysutils
+
+MAINTAINER= imp@FreeBSD.org
+COMMENT= Device Tree Compiler
+
+LICENSE= GPLv2
+
+USES= bison gmake
+
+USE_GITHUB= yes
+GH_ACCOUNT= bsdimp
+GH_PROJECT= dtc
+
+MAKE_ARGS+= PREFIX=${PREFIX}
+
+.include <bsd.port.mk>