summaryrefslogtreecommitdiff
path: root/comms/gammu-devel/files/extra-patch-CMakeLists.txt
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2007-08-11 17:10:28 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2007-08-11 17:10:28 +0000
commita6684e6834de8bdb01c2c97ac2dcf87a1f4b93fc (patch)
treebeebacaa9df4e66233b955e296c6556d0fcfc4fb /comms/gammu-devel/files/extra-patch-CMakeLists.txt
parent- security update to ac20050924p1 (diff)
. the new developer switched from gmake to cmake, the port mainly rewritten;
. update to version 1.12.0; . remove 4.x traces.
Notes
Notes: svn path=/head/; revision=197476
Diffstat (limited to 'comms/gammu-devel/files/extra-patch-CMakeLists.txt')
-rw-r--r--comms/gammu-devel/files/extra-patch-CMakeLists.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/comms/gammu-devel/files/extra-patch-CMakeLists.txt b/comms/gammu-devel/files/extra-patch-CMakeLists.txt
new file mode 100644
index 000000000000..b16f168e02be
--- /dev/null
+++ b/comms/gammu-devel/files/extra-patch-CMakeLists.txt
@@ -0,0 +1,39 @@
+--- CMakeLists.txt.orig 2007-08-11 19:35:06.000000000 +0400
++++ CMakeLists.txt 2007-08-11 19:35:43.000000000 +0400
+@@ -693,36 +693,6 @@
+ )
+
+ install (
+- FILES ${DOCS}
+- DESTINATION "${INSTALL_DOC_DIR}"
+- COMPONENT "basic-documentation"
+- )
+-
+-install (
+- FILES ${SYMBIAN_FILES}
+- DESTINATION "${INSTALL_DOC_DIR}/symbian"
+- COMPONENT "gnapplet"
+- )
+-
+-foreach (DOC ${DEVELDOCS})
+- string (REGEX REPLACE "docs/develop(.*)/[^/]*$" "\\1" DIRNAME ${DOC})
+- install (
+- FILES ${DOC}
+- DESTINATION "${INSTALL_DOC_DIR}/devel/${DIRNAME}"
+- COMPONENT "developer-documentation"
+- )
+-endforeach (DOC)
+-
+-foreach (EXAMPLE ${EXAMPLES})
+- string (REGEX REPLACE "(docs/examples|other/php)(.*)/[^/]*$" "\\2" DIRNAME ${EXAMPLE})
+- install (
+- FILES ${EXAMPLE}
+- DESTINATION "${INSTALL_DOC_DIR}/examples/${DIRNAME}"
+- COMPONENT "developer-documentation"
+- )
+-endforeach (EXAMPLE)
+-
+-install (
+ FILES ${MAN1_PAGES}
+ DESTINATION "${INSTALL_MAN_DIR}/man1"
+ COMPONENT "basic-documentation"