diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-12 12:35:52 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-12 12:35:52 +0000 |
commit | d1d5bc6f2897207996a5a6eae944b745cd9b9f88 (patch) | |
tree | 0d8d6a7727923b2a0621357fadb53ddeb363e42a /databases | |
parent | 3ffbe6ce35c1457f965a4c8c4040bcdf104497de (diff) | |
download | freebsd-ports-d1d5bc6f2897207996a5a6eae944b745cd9b9f88.zip |
Add bbdb for Emacs, Insidious Big Brother Database.(stub for emacs20)
Reviewed by: knu(mentor)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/bbdb-emacs20/Makefile | 12 |
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> |