mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
15 lines
356 B
Makefile
15 lines
356 B
Makefile
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/wanderlust
|
|
|
|
COMMENT= Yet another message interface on Emacsen
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs22
|
|
MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}
|
|
EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME}
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|