294c4d882f
Python bindings for Gammu library. The bindings currently do not support all Gammu features, but the range of covered functions is increasing. If you need something specific, feel free to use the bug tracking system for feature requests.
24 lines
691 B
Makefile
24 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/05/26 22:03:58 wiz Exp $
|
|
#
|
|
|
|
.include "../../comms/gammu/Makefile.common"
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
COMMENT= Python bindings for gammu
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../comms/gammu/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../comms/gammu/patches
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_TOOLS+= pkg-config
|
|
CONFLICTS= gammu<=1.24.0
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYSETUPSUBDIR= python
|
|
PYSETUPBUILDTARGET= build_ext
|
|
PYSETUPBUILDARGS= --gammu-incs=${BUILDLINK_PREFIX.gammu}/include/gammu
|
|
PYSETUPBUILDARGS+= --gammu-libs=${BUILDLINK_PREFIX.gammu}/lib
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../comms/gammu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|