diff options
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" |