c9fa5dfb69
Suggested by: ume Feature safe: yes
17 lines
434 B
Makefile
17 lines
434 B
Makefile
# New ports collection makefile for: Wanderlust (for emacs21)
|
|
# Date created: 29 July 2007
|
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/wanderlust
|
|
|
|
COMMENT= Yet another message interface on Emacsen
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs21
|
|
MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}
|
|
EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|