diff options
author | bsam <bsam@FreeBSD.org> | 2010-05-14 23:08:54 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2010-05-14 23:08:54 +0800 |
commit | d9f0971a4e0b01a0acf7ad4b6498fa6f6c87f437 (patch) | |
tree | e3e6a75a7ddc426eefde2f2788e6167fb126d572 | |
parent | 83f819667e7d92aecb96f2f650a81e917f18ff23 (diff) | |
download | freebsd-ports-graphics-d9f0971a4e0b01a0acf7ad4b6498fa6f6c87f437.tar.gz freebsd-ports-graphics-d9f0971a4e0b01a0acf7ad4b6498fa6f6c87f437.tar.zst freebsd-ports-graphics-d9f0971a4e0b01a0acf7ad4b6498fa6f6c87f437.zip |
This is a gammu port with python bindings.
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/gammu-python/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 4ce6d050ce3..02fa2a61f38 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 00000000000..2e320c05724 --- /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" |