pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gearmand
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jul 17 15:54:59 UTC 2017
Added Files:
pkgsrc/devel/gearmand: buildlink3.mk
Log Message:
Add bl3 file. Resolves NetBSD/pkgsrc#3 from Michael Moll.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gearmand/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/devel/gearmand/buildlink3.mk
diff -u /dev/null pkgsrc/devel/gearmand/buildlink3.mk:1.1
--- /dev/null Mon Jul 17 15:54:59 2017
+++ pkgsrc/devel/gearmand/buildlink3.mk Mon Jul 17 15:54:59 2017
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/07/17 15:54:59 jperkin Exp $
+
+BUILDLINK_TREE+= gearmand
+
+.if !defined(GEARMAND_BUILDLINK3_MK)
+GEARMAND_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gearmand+= gearmand>=1.0.6nb17
+BUILDLINK_ABI_DEPENDS.gearmand+= gearmand>=1.0.6nb17
+BUILDLINK_PKGSRCDIR.gearmand?= ../../devel/gearmand
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/libevent/buildlink3.mk"
+.include "../../devel/libexecinfo/buildlink3.mk"
+.include "../../security/libssh2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.endif # GEARMAND_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gearmand
Home |
Main Index |
Thread Index |
Old Index