summaryrefslogtreecommitdiff
path: root/comms/gammu-devel/files
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-03-04 21:01:08 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-03-04 21:01:08 +0000
commit5a040ba21e333e794438fc83e9f6a0187821c674 (patch)
tree12f0bae2cc3fe2c3bab8b4a904a69541a19002e9 /comms/gammu-devel/files
parentAdd some missing BUILD_DEPENDS to fix the plist. (diff)
. do not use NOPORTDOCS since after "documentation clarification" [1]
there is no easy way (at least I did'n manage to find one and got no responce at the maillist) to do it. *sigh* . add a variable WITH_PYTHON_GAMMU to optionally install python-gammu binding (incorporated into gammu since 1.23.0); . do not bump PORTREVISION (no changes to default packages). Reported by: QAT [1]
Notes
Notes: svn path=/head/; revision=229498
Diffstat (limited to 'comms/gammu-devel/files')
-rw-r--r--comms/gammu-devel/files/extra-patch-CMakeLists.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/comms/gammu-devel/files/extra-patch-CMakeLists.txt b/comms/gammu-devel/files/extra-patch-CMakeLists.txt
deleted file mode 100644
index 8d289bbda171..000000000000
--- a/comms/gammu-devel/files/extra-patch-CMakeLists.txt
+++ /dev/null
@@ -1,40 +0,0 @@
---- CMakeLists.txt.orig 2007-12-16 23:09:38.185441426 +0300
-+++ CMakeLists.txt 2007-12-16 23:12:28.043527300 +0300
-@@ -768,37 +768,6 @@
- DESTINATION "${INSTALL_LIBDATA_DIR}/pkgconfig"
- )
-
--install (
-- FILES ${DOCS}
-- DESTINATION "${INSTALL_DOC_DIR}"
-- )
--
--install (
-- FILES ${SYMBIAN_FILES}
-- DESTINATION "${INSTALL_DOC_DIR}/symbian"
-- )
--
--foreach (DOC ${DEVELDOCS})
-- string (REGEX REPLACE "docs/develop(.*)/[^/]*$" "\\1" DIRNAME ${DOC})
-- install (
-- FILES ${DOC}
-- DESTINATION "${INSTALL_DOC_DIR}/devel/${DIRNAME}"
-- )
--endforeach (DOC)
--
--foreach (EXAMPLE ${EXAMPLES})
-- string (REGEX REPLACE "(docs/examples|other/php)(.*)/[^/]*$" "\\2" DIRNAME ${EXAMPLE})
-- install (
-- FILES ${EXAMPLE}
-- DESTINATION "${INSTALL_DOC_DIR}/examples/${DIRNAME}"
-- )
--endforeach (EXAMPLE)
--
--install (
-- FILES ${MAN1_PAGES}
-- DESTINATION "${INSTALL_MAN_DIR}/man1"
-- )
--
- add_subdirectory(common)
-
- # Include tests, we build them also when cross compiling