freebsd-ports/mail/wanderlust-emacs20/Makefile

21 lines
480 B
Makefile
Raw Normal View History

# 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$
#
MAINTAINER= nobutaka@FreeBSD.org
MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
EMACS_PORT_NAME= emacs20
IS_SLAVE= yes
.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP)
RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20
.endif
.include <${MASTERDIR}/Makefile>