pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add buildlink3.mk.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Sun Aug 27 16:20:57 2017 +0100
Changeset:	67d57ec080ef30dacf06fd58cb9bc1f2034e723d

Added Files:
	go-flags/buildlink3.mk

Log Message:
Add buildlink3.mk.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=67d57ec080ef30dacf06fd58cb9bc1f2034e723d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-flags/buildlink3.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/go-flags/buildlink3.mk b/go-flags/buildlink3.mk
new file mode 100644
index 0000000000..113c83667b
--- /dev/null
+++ b/go-flags/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-flags
+
+.if !defined(GO_FLAGS_BUILDLINK3_MK)
+GO_FLAGS_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-flags=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-flags?=		build
+
+BUILDLINK_API_DEPENDS.go-flags+=	go-flags>=1.3.0
+BUILDLINK_PKGSRCDIR.go-flags?=	../../wip/go-flags
+.endif	# GO_FLAGS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-flags


Home | Main Index | Thread Index | Old Index