1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mail/wanderlust-emacs20/Makefile
Steve Price 3309cf9675 Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in
bsd.emacs.mk.

PR:		19309
Submitted by:	maintainer
2000-07-10 02:05:24 +00:00

21 lines
481 B
Makefile

# New ports collection makefile for: Wanderlust (for emacs20)
# Date created: 7 Apr 1999
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
MAINTAINER= nobutaka@nobutaka.com
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>