pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
clixon: add a buildlink3.mk file,
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Wed Sep 18 07:00:00 2024 +0000
Changeset: fdbc42a542a236d68395e21e8987ea44a3462893
Added Files:
clixon/buildlink3.mk
Log Message:
clixon: add a buildlink3.mk file,
since this package has include files and libraries.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fdbc42a542a236d68395e21e8987ea44a3462893
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
clixon/buildlink3.mk | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diffs:
diff --git a/clixon/buildlink3.mk b/clixon/buildlink3.mk
new file mode 100644
index 0000000000..4881faedba
--- /dev/null
+++ b/clixon/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= clixon
+
+.if !defined(CLIXON_BUILDLINK3_MK)
+CLIXON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.clixon+= clixon>=7.1.0
+BUILDLINK_ABI_DEPENDS.clixon?= clixon>=7.1.0
+BUILDLINK_PKGSRCDIR.clixon?= ../../wip/clixon
+
+.endif # CLIXON_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -clixon
Home |
Main Index |
Thread Index |
Old Index