diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
commit | b731a87d83af4a808603fc4208e14b034a6aa28c (patch) | |
tree | 6f602f58e8628c1d555cb5122d2d371b7a0e44cf /mail/mew-xemacs21 | |
parent | d4ea58e2e7567f5d64c7ab1414efccf707687f0e (diff) | |
download | ports-b731a87d83af4a808603fc4208e14b034a6aa28c.tar.gz ports-b731a87d83af4a808603fc4208e14b034a6aa28c.zip |
Notes
Diffstat (limited to 'mail/mew-xemacs21')
-rw-r--r-- | mail/mew-xemacs21/Makefile | 16 | ||||
-rw-r--r-- | mail/mew-xemacs21/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mew-xemacs21/pkg-descr | 21 |
3 files changed, 5 insertions, 33 deletions
diff --git a/mail/mew-xemacs21/Makefile b/mail/mew-xemacs21/Makefile index 1cd91279b738..7d1d9e7b2068 100644 --- a/mail/mew-xemacs21/Makefile +++ b/mail/mew-xemacs21/Makefile @@ -1,19 +1,13 @@ -# New ports collection makefile for: Mew (for xemacs20) +# New ports collection makefile for: Mew (for xemacs21) # Version required: 1.93 # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $FreeBSD$ +# $Id: Makefile,v 1.1.1.1 1999/09/02 10:44:02 kiri Exp $ # -PKGNAME= mew-xemacs20-1.93 +EMACS_PORT_NAME= xemacs21 -EMACS_NAME= XEmacs-20.4 -DIRSECTION= Local Packages: -DIRENTRY= "* Mew:: Messaging in the Emacs World." -INFOFILE= mew.info +MASTERDIR= ${.CURDIR}/../../mail/mew -MASTERDIR= ${.CURDIR}/../../mail/mew-common -PKGDIR= ${.CURDIR}/pkg - -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/mail/mew-xemacs21/pkg-comment b/mail/mew-xemacs21/pkg-comment deleted file mode 100644 index ab5da615aa5c..000000000000 --- a/mail/mew-xemacs21/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Message interface to Emacs Window(for xemacs20) diff --git a/mail/mew-xemacs21/pkg-descr b/mail/mew-xemacs21/pkg-descr deleted file mode 100644 index 8abcea2efecd..000000000000 --- a/mail/mew-xemacs21/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Mew is a "Message interface to Emacs Window" to integrate - - - Email - - NetNews - - MIME(Multipurpose Internet Mail Extensions) - - PGP(Pretty Good Privacy) - -and to make it easy to view and compose them. With Mew you can send a -picture of a birthday cake with the song "Happy Birthday to you" to your -friend, which is encrypted by strong cryptograph. - -Info path and elisp load path would be set as follows : - - Info path - ${PREFIX}/lib/xemacs-20.4/site-lisp/mew - load path - ${PREFIX}/lib/xemacs-20.4/info - -Before build this port, You must be prepared Mew-common-port -(mail/mew-common). - -- Kiriyama Kazuhiko -kiri@kiri.toba-cmt.ac.jp |