pkgsrc/comms/gammu/buildlink3.mk
wiz 0dac296979 - 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.
2009-05-26 21:31:21 +00:00

13 lines
288 B
Makefile

# $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