summaryrefslogtreecommitdiff
path: root/comms/gammu/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-26 21:31:21 +0000
committerwiz <wiz>2009-05-26 21:31:21 +0000
commit4734ea1c92d9e998b9e60f68b1e3137734c520e9 (patch)
tree856c7c4a79ff19246160a809c74ea77c1c9287e7 /comms/gammu/buildlink3.mk
parentefcb85b99c1e256dcfc9adbe26c8fab62cbf5676 (diff)
downloadpkgsrc-4734ea1c92d9e998b9e60f68b1e3137734c520e9.tar.gz
- enable shared libraries
- do not build the python bindings, they're python version dependant and should be built separately - move common parts from Makefile into Makefile.common for use by the python binding package Makefile - add a patch for python/setup.py to add smsd.c to the sources which was obviously forgotten by the gammu team because they are building the extension with cmake. - add a buildlink3.mk for the python bindings package From Joachim König in private mail. PKGREVISION++. While here, make sure that some optional dependencies are not found and that the bash completion script is not installed.
Diffstat (limited to 'comms/gammu/buildlink3.mk')
-rw-r--r--comms/gammu/buildlink3.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/gammu/buildlink3.mk b/comms/gammu/buildlink3.mk
new file mode 100644
index 00000000000..686205291e7
--- /dev/null
+++ b/comms/gammu/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2009/05/26 21:31:21 wiz Exp $
+
+BUILDLINK_TREE+= gammu
+
+.if !defined(GAMMU_BUILDLINK3_MK)
+GAMMU_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gammu+= gammu>=1.24.0
+BUILDLINK_PKGSRCDIR.gammu?= ../../comms/gammu
+
+.endif # GAMMU_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gammu