1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add wanderlust-emacs21, Yet another message interface on Emacsen.

This commit is contained in:
MANTANI Nobutaka 2007-07-29 10:02:10 +00:00
parent e8269bcef4
commit 1b51908510
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196555
2 changed files with 19 additions and 0 deletions

View File

@ -635,6 +635,7 @@
SUBDIR += vrfy
SUBDIR += wanderlust
SUBDIR += wanderlust-emacs20
SUBDIR += wanderlust-emacs21
SUBDIR += wanderlust-xemacs21-mule
SUBDIR += wbl
SUBDIR += websieve

View File

@ -0,0 +1,18 @@
# 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}
BITMAP_PORT_NAME= bitmap-${EMACS_PORT_NAME}
.include "${MASTERDIR}/Makefile"