diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-06-23 20:08:04 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-06-23 20:08:04 +0000 |
commit | da420ef48a834b44bf2da717f08f71dbb0258574 (patch) | |
tree | 0b1710cab32f3964139329edb6831ad5cbd07bff /mail/wanderlust-emacs20/Makefile | |
parent | 6532e1125edfa88ff045b8800604c9e0a076b7f8 (diff) | |
download | ports-da420ef48a834b44bf2da717f08f71dbb0258574.tar.gz ports-da420ef48a834b44bf2da717f08f71dbb0258574.zip |
Notes
Diffstat (limited to 'mail/wanderlust-emacs20/Makefile')
-rw-r--r-- | mail/wanderlust-emacs20/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile new file mode 100644 index 000000000000..a4edebef54a7 --- /dev/null +++ b/mail/wanderlust-emacs20/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: Wanderlust (for emacs20) +# Version required: 1.0.2 +# Date created: 7 Apr 1999 +# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> +# +# $Id$ +# + +MAINTAINER= nobutaka@nobutaka.com + +MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs + +EMACS_NAME= emacs +EMACS_PORT= emacs20 +EMACS_VER= 20.3 +EMACS_LIBDIR= share/emacs + +IS_SLAVE= yes + +.include <${MASTERDIR}/Makefile> |