mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c8fcfb7b77
We need to byte-compile the elisps to show logo when lookup starts up. So I make these elisps byte-compiled.
14 lines
339 B
Makefile
14 lines
339 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}/share/emacs/site-lisp/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \
|
|
|
|
MASTERDIR= ${.CURDIR}/../lookup-mule
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|