mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2853197ac2
is written in Objective-C. With FT you can persistently manage graphs consisting of nodes and edges. Each node may provide so-called services. Such a service may be e.g. a dictionary services, which all nodes provide at present. This service allows the storage of any data in a node and is based on keys which uniquely identify content within a dictionary. WWW: http://FortyTwo.sourceforge.net/index.html
20 lines
419 B
Plaintext
20 lines
419 B
Plaintext
--- GNUmakefile.orig Sun Aug 27 00:55:01 2006
|
|
+++ GNUmakefile Thu Nov 30 10:24:23 2006
|
|
@@ -10,12 +10,12 @@
|
|
FRAMEWORK_NAME=FT
|
|
VERSION=0.1
|
|
|
|
-include config.properties
|
|
+#include config.properties
|
|
|
|
-ADDITIONAL_INCLUDE_DIRS=\
|
|
- -I$(DBROOT)/include
|
|
+#ADDITIONAL_INCLUDE_DIRS=\
|
|
+# -I$(DBROOT)/include
|
|
|
|
-ADDITIONAL_LIB_DIRS=-L$(DBROOT)/lib
|
|
+#ADDITIONAL_LIB_DIRS=-L$(DBROOT)/lib
|
|
|
|
ADDITIONAL_NATIVE_LIBS += Encore BDB
|
|
|