Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in

bsd.emacs.mk.

PR:		19309
Submitted by:	maintainer
This commit is contained in:
Steve Price 2000-07-10 02:05:24 +00:00
parent 188b392f5f
commit 3309cf9675
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30396

View File

@ -9,11 +9,12 @@ MAINTAINER= nobutaka@nobutaka.com
MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
EMACS_NAME= emacs
EMACS_PORT_NAME= emacs20
EMACS_VER= 20.6
EMACS_LIBDIR= share/emacs
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>