aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2010-05-14 15:08:54 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2010-05-14 15:08:54 +0000
commitcb7c72284f3a4ed213f4ae11606e0c2e072d4bd9 (patch)
tree5ac53a7c8d65e3e1ba99f5f767fb60177bc25afe
parentd75055c148fcf18b13593304a1138750cf268eb0 (diff)
downloadports-cb7c72284f3a4ed213f4ae11606e0c2e072d4bd9.tar.gz
ports-cb7c72284f3a4ed213f4ae11606e0c2e072d4bd9.zip
Notes
-rw-r--r--comms/Makefile1
-rw-r--r--comms/gammu-python/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 4ce6d050ce37..02fa2a61f382 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -34,6 +34,7 @@
SUBDIR += fldigi
SUBDIR += gammu
SUBDIR += gammu-devel
+ SUBDIR += gammu-python
SUBDIR += garmin-utils
SUBDIR += geoid
SUBDIR += ghfaxviewer
diff --git a/comms/gammu-python/Makefile b/comms/gammu-python/Makefile
new file mode 100644
index 000000000000..2e320c057249
--- /dev/null
+++ b/comms/gammu-python/Makefile
@@ -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"