blob: 79cf4f719b621c306cee0ae5ade88db2961986c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: Wanderlust (for emacs20)
# Date created: 7 Apr 1999
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../mail/wanderlust
COMMENT= Yet another message interface on Emacsen
EMACS_PORT_NAME= emacs20
MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}
EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME}
BITMAP_PORT_NAME= bitmap-${EMACS_PORT_NAME}
.include "${MASTERDIR}/Makefile"
|