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