blob: 71f94327455acdfe51a8bcf5fa2718533098e6e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: lookup for Emacs20
# Date created: 98/11/19
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
RUN_DEPENDS= ${PREFIX}/share/emacs/site-lisp/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \
MASTERDIR= ${.CURDIR}/../lookup
EMACS_PORT_NAME= emacs20
.include "${MASTERDIR}/Makefile"
|