summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile1
-rw-r--r--databases/bbdb-emacs20/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 912e6b0ea98a..377488de8cfb 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -3,6 +3,7 @@
SUBDIR += adodb
SUBDIR += bbdb
+ SUBDIR += bbdb-emacs20
SUBDIR += cdb
SUBDIR += db
SUBDIR += db3
diff --git a/databases/bbdb-emacs20/Makefile b/databases/bbdb-emacs20/Makefile
new file mode 100644
index 000000000000..e52dc6ac3330
--- /dev/null
+++ b/databases/bbdb-emacs20/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: bbdb (for emacs20)
+# Date Created: 12 Dec 2001
+# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../bbdb
+
+EMACS_PORT_NAME= emacs20
+
+.include <${MASTERDIR}/Makefile>