blob: 8e2f67399251623897eacea66c9456610f00cd83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: Wanderlust (for emacs20)
# Version required: 1.0.x
# Date created: 7 Apr 1999
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $Id: Makefile,v 1.1.1.1 1999/06/23 20:08:04 sada Exp $
#
MAINTAINER= nobutaka@nobutaka.com
MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
EMACS_NAME= emacs
EMACS_PORT= emacs20
EMACS_VER= 20.4
EMACS_LIBDIR= share/emacs
IS_SLAVE= yes
.include <${MASTERDIR}/Makefile>
|