1999-06-25 23:22:09 +02:00
|
|
|
# New ports collection makefile for: Wanderlust (for mule)
|
|
|
|
# Date created: 7 Apr 1999
|
|
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1999-06-25 23:22:09 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
MAINTAINER= nobutaka@nobutaka.com
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
|
|
|
|
|
2000-04-19 08:52:38 +02:00
|
|
|
EMACS_PORT_NAME= mule
|
1999-06-25 23:22:09 +02:00
|
|
|
MULE_VER= 2.3
|
|
|
|
|
|
|
|
IS_SLAVE= yes
|
|
|
|
|
2000-07-10 04:08:19 +02: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 23:22:09 +02:00
|
|
|
.include <${MASTERDIR}/Makefile>
|