From 1dc59b2a33fd2a09cfc83b1edb09e08b8f7e9d38 Mon Sep 17 00:00:00 2001 From: Andrey Slusar Date: Mon, 8 May 2006 20:37:34 +0000 Subject: [PATCH] Add dictem-xemacs21-mule: dictEm is a dict client for [X]Emacs. Submitted by: Max N. Boyarov --- textproc/Makefile | 1 + textproc/dictem-xemacs21-mule/Makefile | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 textproc/dictem-xemacs21-mule/Makefile diff --git a/textproc/Makefile b/textproc/Makefile index a2151df592a2..7b781c0c1a50 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -70,6 +70,7 @@ SUBDIR += denature SUBDIR += dict SUBDIR += dictem + SUBDIR += dictem-xemacs21-mule SUBDIR += dictfmt SUBDIR += dictionary SUBDIR += diff-mode.el diff --git a/textproc/dictem-xemacs21-mule/Makefile b/textproc/dictem-xemacs21-mule/Makefile new file mode 100644 index 000000000000..8e96da54eea7 --- /dev/null +++ b/textproc/dictem-xemacs21-mule/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: dictem +# Date created: 25 Apr 2006 +# Whom: Max N. Boyarov +# +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../dictem + +EMACS_PORT_NAME= xemacs21-mule + +.include "${MASTERDIR}/Makefile"