freebsd-ports/comms/py-gammu/Makefile
Martin Wilke 5cba629e2e py-gammu is a python bindings for Gammu library, which allows
access many phones. It currently does not support all Gammu
features, but range of covered functions is increasing, if you
need some specific, feel free to use bug tracking system for
feature requests.

WWW:	http://cihar.com/gammu/python/

PR:		ports/131330
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-08 21:49:42 +00:00

27 lines
730 B
Makefile

# New ports collection makefile for: py-gammu
# Date created: 03 Feb,2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gammu
PORTVERSION= 0.28
CATEGORIES= comms python
MASTER_SITES= http://dl.cihar.com/python-gammu/latest/ \
http://mirror.clickcreations.com/python-gammu/latest/ \
http://dl.cihar.com.nyud.net/python-gammu/latest/ \
ftp://dl.cihar.com/python-gammu/latest/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Python bindings for Gammu library
BUILD_DEPENDS= ${LOCALBASE}/bin/gammu:${PORTSDIR}/comms/gammu
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python_${PORTNAME}
.include <bsd.port.mk>