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