pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/ancient
Module Name: pkgsrc
Committed By: nia
Date: Sun Mar 17 16:42:28 UTC 2024
Added Files:
pkgsrc/archivers/ancient: buildlink3.mk
Log Message:
ancient: Create a buildlink3.mk for software linking against the library
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/ancient/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/archivers/ancient/buildlink3.mk
diff -u /dev/null pkgsrc/archivers/ancient/buildlink3.mk:1.1
--- /dev/null Sun Mar 17 16:42:28 2024
+++ pkgsrc/archivers/ancient/buildlink3.mk Sun Mar 17 16:42:28 2024
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/03/17 16:42:28 nia Exp $
+
+BUILDLINK_TREE+= ancient
+
+.if !defined(ANCIENT_BUILDLINK3_MK)
+ANCIENT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ancient+= ancient>=2.0.0
+BUILDLINK_PKGSRCDIR.ancient?= ../../archivers/ancient
+.endif # ANCIENT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ancient
Home |
Main Index |
Thread Index |
Old Index