53b0facfca
Approved by: maintainer
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# New ports collection makefile for: lookup for Emacs20
|
|
# Date created: 98/11/19
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
RUN_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \
|
|
|
|
MASTERDIR= ${.CURDIR}/../lookup
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|