1999-06-25 21:22:09 +00:00
|
|
|
# New ports collection makefile for: Wanderlust (for mule)
|
|
|
|
# Date created: 7 Apr 1999
|
|
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1999-06-25 21:22:09 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
MAINTAINER= nobutaka@nobutaka.com
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
|
|
|
|
|
2000-04-19 06:52:38 +00:00
|
|
|
EMACS_PORT_NAME= mule
|
1999-06-25 21:22:09 +00:00
|
|
|
MULE_VER= 2.3
|
|
|
|
|
|
|
|
IS_SLAVE= yes
|
|
|
|
|
2000-07-10 02:08:19 +00:00
|
|
|
.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP)
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-mule
|
|
|
|
.endif
|
|
|
|
|
1999-06-25 21:22:09 +00:00
|
|
|
.include <${MASTERDIR}/Makefile>
|