This is a gammu port with python bindings.

This commit is contained in:
Boris Samorodov 2010-05-14 15:08:54 +00:00
parent d75055c148
commit cb7c72284f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254321
2 changed files with 18 additions and 0 deletions

View File

@ -34,6 +34,7 @@
SUBDIR += fldigi
SUBDIR += gammu
SUBDIR += gammu-devel
SUBDIR += gammu-python
SUBDIR += garmin-utils
SUBDIR += geoid
SUBDIR += ghfaxviewer

View File

@ -0,0 +1,17 @@
# New ports collection makefile for: comms/gammu-python
# Date created: 14 May 2010
# Whom: bsam
#
# $FreeBSD$
#
CATEGORIES= comms
PKGNAMESUFFIX= -python
CONFLICTS= gammu-[1-9]* gammu-devel-[1-9]*
WITH_PYTHON_GAMMU= yes
MASTERDIR= ${.CURDIR}/../gammu
.include "${MASTERDIR}/Makefile"