74fe2f0a0a
Move master port from mail/wanderlust-emacs to mail/wanderlust. mail/wanderlust supports emacs21. Remove mail/wanderlust-emacs and mail/wanderlust-mule. Approved by: knu
18 lines
458 B
Makefile
18 lines
458 B
Makefile
# New ports collection makefile for: Wanderlust (for emacs20)
|
|
# Date created: 7 Apr 1999
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/wanderlust
|
|
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP)
|
|
RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20
|
|
.endif
|
|
|
|
.include <${MASTERDIR}/Makefile>
|