diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-13 20:22:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-13 20:22:12 +0800 |
commit | 1404a57bb6b390621fb75ac6dc17b3c02c99aa68 (patch) | |
tree | 82f5ff5ce97923c711d905b6a908638992d68223 /textproc | |
parent | 111bc56f7f42c017241f71d4abc948ad58d37238 (diff) | |
download | freebsd-ports-gnome-1404a57bb6b390621fb75ac6dc17b3c02c99aa68.tar.gz freebsd-ports-gnome-1404a57bb6b390621fb75ac6dc17b3c02c99aa68.tar.zst freebsd-ports-gnome-1404a57bb6b390621fb75ac6dc17b3c02c99aa68.zip |
Add dictem-emacs22 , dictEm is a dict client for [X]Emacs.
PR: ports/110254
Submitted by: Max N. Boyarov <m.boyarov at bsd.by>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/dictem-emacs22/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 886e10a6ec69..1839f636b31b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -74,6 +74,7 @@ SUBDIR += denature SUBDIR += dict SUBDIR += dictem + SUBDIR += dictem-emacs22 SUBDIR += dictem-xemacs21-mule SUBDIR += dictfmt SUBDIR += dictionary diff --git a/textproc/dictem-emacs22/Makefile b/textproc/dictem-emacs22/Makefile new file mode 100644 index 000000000000..75971ec4d60c --- /dev/null +++ b/textproc/dictem-emacs22/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: dictem +# Date created: 1 Mar 2007 +# Whom: Max N. Boyarov <m.boyarov@bsd.by> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../dictem + +EMACS_PORT_NAME= emacs22 + +.include "${MASTERDIR}/Makefile" |